Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Support/
H A DDataExtractor.h21 uint8_t AddressSize; variable
28 DataExtractor(StringRef Data, bool IsLittleEndian, uint8_t AddressSize) in DataExtractor()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/DebugInfo/
H A DDWARFDebugRangeList.h61 uint8_t AddressSize; variable
H A DDWARFContext.h218 uint8_t AddressSize; variable
/minix3/external/bsd/llvm/dist/llvm/lib/DebugInfo/
H A DDWARFDebugLoc.cpp38 void DWARFDebugLoc::parse(DataExtractor data, unsigned AddressSize) { in parse()
H A DDWARFDebugInfoEntry.cpp98 unsigned AddressSize, unsigned Indent) { in dumpRanges()
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp863 unsigned AddressSize = 0; in emitDecodePath() local