Home
last modified time | relevance | path

Searched refs:isAddressSizeSupported (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFContext.h371 static bool isAddressSizeSupported(unsigned AddressSize) { in isAddressSizeSupported() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFUnit.cpp278 bool AddrSizeOK = DWARFContext::isAddressSizeSupported(getAddressByteSize()); in extract()
H A DDWARFVerifier.cpp138 ValidAddrSize = DWARFContext::isAddressSizeSupported(AddrSize); in verifyUnitHeader()