Home
last modified time | relevance | path

Searched defs:AddressSize (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/Support/
HDDataExtractor.h20 uint8_t AddressSize; variable
27 DataExtractor(StringRef Data, bool IsLittleEndian, uint8_t AddressSize) in DataExtractor()
/NextBSD/contrib/llvm/include/llvm/DebugInfo/DWARF/
HDDWARFDebugRangeList.h61 uint8_t AddressSize; variable
HDDWARFContext.h225 uint8_t AddressSize; variable
/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugLoc.cpp38 void DWARFDebugLoc::parse(DataExtractor data, unsigned AddressSize) { in parse()
HDDWARFDebugFrame.cpp192 SmallString<8> Augmentation, uint8_t AddressSize, in CIE()
237 uint8_t AddressSize; member in __anone056d4aa0111::CIE
477 uint8_t AddressSize = Version < 4 ? Data.getAddressSize() : Data.getU8(&Offset); in parse() local
HDDWARFDebugInfoEntry.cpp98 unsigned AddressSize, unsigned Indent) { in dumpRanges()
/NextBSD/contrib/llvm/utils/TableGen/
HDX86RecognizableInstr.cpp874 unsigned AddressSize = 0; in emitDecodePath() local