| /llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDataExtractor.h | 45 Other.getAddressSize()), in DWARFDataExtractor() 73 return getRelocatedValue(getAddressSize(), Off, SecIx); 76 return getRelocatedValue(getAddressSize(), &getOffset(C), SecIx,
|
| H A D | DWARFDebugAddr.h | 85 uint8_t getAddressSize() const { return AddrSize; } in getAddressSize() function
|
| H A D | DWARFObject.h | 34 virtual uint8_t getAddressSize() const { llvm_unreachable("unimplemented"); } in getAddressSize() function
|
| H A D | DWARFDebugLine.h | 98 uint8_t getAddressSize() const { return FormParams.AddrSize; } in getAddressSize() function
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugLoc.cpp | 149 Loc.get()->Range->dump(OS, Data.getAddressSize(), RangeDumpOpts, &Obj); in dumpLocationList() 161 Data.getAddressSize(), MRI, U); in dumpLocationList() 227 } else if (Value0 == (Data.getAddressSize() == 4 ? -1U : -1ULL)) { in visitLocationList() 257 Value0 = Data.getAddressSize() == 4 ? -1U : -1ULL; in dumpRawEntry() 271 OS << '(' << format_hex(Value0, 2 + Data.getAddressSize() * 2) << ", " in dumpRawEntry() 272 << format_hex(Value1, 2 + Data.getAddressSize() * 2) << ')'; in dumpRawEntry() 359 unsigned FieldSize = 2 + 2 * Data.getAddressSize(); in dumpRawEntry()
|
| H A D | DWARFDataExtractor.cpp | 82 switch (getAddressSize()) { in getEncodedPointer() 86 Result = getUnsigned(Offset, getAddressSize()); in getEncodedPointer()
|
| H A D | DWARFDebugLine.cpp | 130 OS << format(" address_size: %u\n", getAddressSize()) in dump() 387 assert((!Cursor || DebugLineData.getAddressSize() == 0 || in parse() 388 DebugLineData.getAddressSize() == getAddressSize()) && in parse() 777 if (TableData.getAddressSize() == 0) in parse() 778 TableData.setAddressSize(Prologue.getAddressSize()); in parse() 780 assert(Prologue.getAddressSize() == 0 || in parse() 781 Prologue.getAddressSize() == TableData.getAddressSize()); in parse() 868 uint8_t ExtractorAddressSize = TableData.getAddressSize(); in parse()
|
| H A D | DWARFDebugRangeList.cpp | 38 AddressSize = data.getAddressSize(); in extract()
|
| H A D | DWARFDebugFrame.cpp | 361 Data.getAddressSize()); in parse() 366 DWARFExpression(Extractor, Data.getAddressSize()); in parse() 377 Data.getAddressSize()); in parse() 382 DWARFExpression(Extractor, Data.getAddressSize()); in parse() 1078 uint8_t AddressSize = Version < 4 ? Data.getAddressSize() : in parse()
|
| H A D | DWARFContext.cpp | 876 DObj->getAddressSize()); in getDebugFrame() 892 DObj->getAddressSize()); in getEHFrame() 1984 uint8_t getAddressSize() const override { return AddressSize; } in getAddressSize() function in __anon445fd25e0f11::DWARFObjInMemory
|
| /llvm-project-15.0.7/llvm/lib/DebugInfo/GSYM/ |
| H A D | FunctionInfo.cpp | 68 Data.getAddressSize()); in decode() 194 Data.getAddressSize()); in lookup()
|
| /llvm-project-15.0.7/llvm/unittests/DebugInfo/DWARF/ |
| H A D | DwarfGenerator.cpp | 321 Asm.emitInt8(Prologue->getAddressSize()); in writePrologue() 534 Asm->emitInt8(CU->getAddressSize()); in generate() 537 Asm->emitInt8(CU->getAddressSize()); in generate()
|
| H A D | DwarfGenerator.h | 164 uint16_t getAddressSize() const { return AddrSize; } in getAddressSize() function
|
| H A D | DWARFDebugLineTest.cpp | 158 EXPECT_EQ(Prologue.getAddressSize(), 8u); in checkDefaultPrologue()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | DataExtractor.h | 99 uint8_t getAddressSize() const { return AddressSize; } in getAddressSize() function
|
| /llvm-project-15.0.7/llvm/tools/obj2yaml/ |
| H A D | dwarf2yaml.cpp | 76 AddrTables.back().AddrSize = AddrTable.getAddressSize(); in dumpDebugAddr()
|
| /llvm-project-15.0.7/bolt/lib/Core/ |
| H A D | Exceptions.cpp | 777 Version < 4 ? Data.getAddressSize() : Data.getU8(&Offset); in parseCIE()
|
| /llvm-project-15.0.7/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinker.cpp | 1420 DWARFDataExtractor(DIECopy, Data.isLittleEndian(), Data.getAddressSize()); in cloneDIE()
|
| /llvm-project-15.0.7/llvm/tools/llvm-readobj/ |
| H A D | ELFDumper.cpp | 5372 const int Bytes = Desc.getAddressSize(); in readCoreNote() 5393 Desc.isLittleEndian(), Desc.getAddressSize()); in readCoreNote()
|