Home
last modified time | relevance | path

Searched refs:checkAddressSizeSupported (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugRangeList.cpp39 if (Error SizeErr = DWARFContext::checkAddressSizeSupported( in extract()
H A DDWARFListTable.cpp58 if (Error SizeErr = DWARFContext::checkAddressSizeSupported( in extract()
H A DDWARFDebugArangeSet.cpp91 if (Error SizeErr = DWARFContext::checkAddressSizeSupported( in extract()
H A DDWARFDebugAddr.cpp22 if (Error SizeErr = DWARFContext::checkAddressSizeSupported( in extractAddresses()
H A DDWARFUnit.cpp336 if (Error SizeErr = DWARFContext::checkAddressSizeSupported( in extract()
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h392 static Error checkAddressSizeSupported(unsigned AddressSize, in checkAddressSizeSupported() function