Home
last modified time | relevance | path

Searched defs:getAddressSize (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAddr.h85 uint8_t getAddressSize() const { return AddrSize; } in getAddressSize() function
H A DDWARFObject.h35 virtual uint8_t getAddressSize() const { llvm_unreachable("unimplemented"); } in getAddressSize() function
H A DDWARFDebugLine.h97 uint8_t getAddressSize() const { return FormParams.AddrSize; } in getAddressSize() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h99 uint8_t getAddressSize() const { return AddressSize; } in getAddressSize() function
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2971 uint8_t SRecord::getAddressSize() const { in getAddressSize() function in SRecord
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFContext.cpp2426 uint8_t getAddressSize() const override { return AddressSize; } in getAddressSize() function in __anonfc0a132e1211::DWARFObjInMemory