Home
last modified time | relevance | path

Searched refs:SizeErr (Results 1 – 5 of 5) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRangeList.cpp39 if (Error SizeErr = DWARFContext::checkAddressSizeSupported( in extract() local
42 return SizeErr; in extract()
H A DDWARFListTable.cpp58 if (Error SizeErr = DWARFContext::checkAddressSizeSupported( in extract() local
61 return SizeErr; in extract()
H A DDWARFDebugArangeSet.cpp91 if (Error SizeErr = DWARFContext::checkAddressSizeSupported( in extract() local
94 return SizeErr; in extract()
H A DDWARFDebugAddr.cpp22 if (Error SizeErr = DWARFContext::checkAddressSizeSupported( in extractAddresses() local
25 return SizeErr; in extractAddresses()
H A DDWARFUnit.cpp336 if (Error SizeErr = DWARFContext::checkAddressSizeSupported( in extract() local
339 Context.getWarningHandler()(std::move(SizeErr)); in extract()