Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugRangeList.cpp39 if (Error SizeErr = DWARFContext::checkAddressSizeSupported( in extract()
HDDWARFListTable.cpp58 if (Error SizeErr = DWARFContext::checkAddressSizeSupported( in extract()
HDDWARFDebugArangeSet.cpp91 if (Error SizeErr = DWARFContext::checkAddressSizeSupported( in extract()
HDDWARFDebugAddr.cpp22 if (Error SizeErr = DWARFContext::checkAddressSizeSupported( in extractAddresses()
HDDWARFUnit.cpp331 if (Error SizeErr = DWARFContext::checkAddressSizeSupported( in extract()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFContext.h411 static Error checkAddressSizeSupported(unsigned AddressSize, in checkAddressSizeSupported() function