/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDataExtractor.h | 29 bool IsLittleEndian, uint8_t AddressSize) in DWARFDataExtractor() 34 DWARFDataExtractor(StringRef Data, bool IsLittleEndian, uint8_t AddressSize) in DWARFDataExtractor() 37 uint8_t AddressSize) in DWARFDataExtractor()
|
D | DWARFDebugRangeList.h | 63 uint8_t AddressSize; variable
|
D | DWARFDebugFrame.h | 173 SmallString<8> Augmentation, uint8_t AddressSize, in CIE() 212 const uint8_t AddressSize; variable
|
D | DWARFExpression.h | 162 uint8_t AddressSize; variable
|
D | DWARFContext.h | 371 static bool isAddressSizeSupported(unsigned AddressSize) { in isAddressSizeSupported()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDataExtractor.h | 28 bool IsLittleEndian, uint8_t AddressSize) in DWARFDataExtractor() 33 DWARFDataExtractor(StringRef Data, bool IsLittleEndian, uint8_t AddressSize) in DWARFDataExtractor()
|
D | DWARFExpression.h | 130 DWARFExpression(DataExtractor Data, uint16_t Version, uint8_t AddressSize) in DWARFExpression() 146 uint8_t AddressSize; variable
|
D | DWARFDebugRangeList.h | 63 uint8_t AddressSize; variable
|
D | DWARFDebugFrame.h | 170 SmallString<8> Augmentation, uint8_t AddressSize, in CIE() 209 const uint8_t AddressSize; variable
|
/external/llvm/include/llvm/Support/ |
D | DataExtractor.h | 20 uint8_t AddressSize; variable 27 DataExtractor(StringRef Data, bool IsLittleEndian, uint8_t AddressSize) in DataExtractor()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | DataExtractor.h | 44 uint8_t AddressSize; variable 83 DataExtractor(StringRef Data, bool IsLittleEndian, uint8_t AddressSize) in DataExtractor() 86 uint8_t AddressSize) in DataExtractor()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | DataExtractor.h | 44 uint8_t AddressSize; variable 83 DataExtractor(StringRef Data, bool IsLittleEndian, uint8_t AddressSize) in DataExtractor() 86 uint8_t AddressSize) in DataExtractor()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAddressRange.cpp | 16 void DWARFAddressRange::dump(raw_ostream &OS, uint32_t AddressSize, in dump()
|
D | DWARFFormValue.cpp | 361 void DWARFFormValue::dumpAddress(raw_ostream &OS, uint8_t AddressSize, in dumpAddress()
|
D | DWARFExpression.cpp | 121 uint8_t AddressSize, uint64_t Offset, in extract()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAddressRange.cpp | 16 void DWARFAddressRange::dump(raw_ostream &OS, uint32_t AddressSize, in dump()
|
D | DWARFExpression.cpp | 124 uint8_t AddressSize, uint64_t Offset) { in extract()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFDebugRangeList.h | 61 uint8_t AddressSize; variable
|
/external/google-breakpad/src/common/dwarf/ |
D | bytereader.h | 136 uint8_t AddressSize() const { return address_size_; } in AddressSize() function
|
D | cfi_assembler.h | 109 size_t AddressSize() const { return address_size_; } in AddressSize() function
|
/external/llvm-project/llvm/unittests/DebugInfo/GSYM/ |
D | GSYMTest.cpp | 169 uint8_t AddressSize = 4; in TestFunctionInfoDecodeError() local 255 uint8_t AddressSize = 4; in TestFunctionInfoEncodeDecode() local 331 uint8_t AddressSize = 4; in TestInlineInfoEncodeDecode() local 343 uint8_t AddressSize = 4; in TestInlineInfoDecodeError() local 716 uint8_t AddressSize = 4; in TestFileWriterHelper() local 752 uint8_t AddressSize = 4; in TEST() local 772 uint8_t AddressSize = 4; in TestAddressRangeEncodeDecodeHelper() local 811 uint8_t AddressSize = 4; in TestLineTableHelper() local 881 uint8_t AddressSize = 4; in TestLineTableDecodeError() local 969 uint8_t AddressSize = 4; in TestHeaderDecodeError() local [all …]
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLoc.cpp | 37 void DWARFDebugLoc::parse(DataExtractor data, unsigned AddressSize) { in parse()
|
D | DWARFDebugFrame.cpp | 203 SmallString<8> Augmentation, uint8_t AddressSize, in CIE() 265 uint8_t AddressSize; member in __anon5d44ce240111::CIE 555 uint8_t AddressSize = Version < 4 ? Data.getAddressSize() : in parse() local
|
/external/llvm-project/llvm/lib/DWARFLinker/ |
D | DWARFStreamer.cpp | 287 unsigned AddressSize) { in emitRangesEntries() 324 unsigned AddressSize = Unit.getOrigUnit().getAddressByteSize(); in emitUnitRangesEntries() local 412 unsigned AddressSize = Unit.getOrigUnit().getAddressByteSize(); in emitLocationsForUnit() local
|
/external/llvm-project/llvm/utils/TableGen/ |
D | X86RecognizableInstr.cpp | 822 unsigned AddressSize = 0; in emitDecodePath() local
|