Home
last modified time | relevance | path

Searched refs:getAddressSize (Results 1 – 25 of 25) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDataExtractor.h45 Other.getAddressSize()), in DWARFDataExtractor()
73 return getRelocatedValue(getAddressSize(), Off, SecIx);
76 return getRelocatedValue(getAddressSize(), &getOffset(C), SecIx,
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
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp146 Loc.get()->Range->dump(OS, Data.getAddressSize(), RangeDumpOpts, &Obj); in dumpLocationList()
158 Data.getAddressSize(), U); in dumpLocationList()
224 } else if (Value0 == (Data.getAddressSize() == 4 ? -1U : -1ULL)) { in visitLocationList()
254 Value0 = Data.getAddressSize() == 4 ? -1U : -1ULL; in dumpRawEntry()
268 OS << '(' << format_hex(Value0, 2 + Data.getAddressSize() * 2) << ", " in dumpRawEntry()
269 << format_hex(Value1, 2 + Data.getAddressSize() * 2) << ')'; in dumpRawEntry()
356 unsigned FieldSize = 2 + 2 * Data.getAddressSize(); in dumpRawEntry()
H A DDWARFDataExtractor.cpp82 switch (getAddressSize()) { in getEncodedPointer()
86 Result = getUnsigned(Offset, getAddressSize()); in getEncodedPointer()
H A DDWARFDebugLine.cpp130 OS << format(" address_size: %u\n", getAddressSize()) in dump()
391 const uint8_t DataAddrSize = DebugLineData.getAddressSize(); in parse()
392 const uint8_t PrologueAddrSize = getAddressSize(); in parse()
838 if (TableData.getAddressSize() == 0) in parse()
839 TableData.setAddressSize(Prologue.getAddressSize()); in parse()
841 assert(Prologue.getAddressSize() == 0 || in parse()
842 Prologue.getAddressSize() == TableData.getAddressSize()); in parse()
930 uint8_t ExtractorAddressSize = TableData.getAddressSize(); in parse()
H A DDWARFDebugRangeList.cpp38 AddressSize = data.getAddressSize(); in extract()
H A DDWARFDebugFrame.cpp362 Data.getAddressSize()); in parse()
367 DWARFExpression(Extractor, Data.getAddressSize()); in parse()
378 Data.getAddressSize()); in parse()
383 DWARFExpression(Extractor, Data.getAddressSize()); in parse()
1110 uint8_t AddressSize = Version < 4 ? Data.getAddressSize() : in parse()
H A DDWARFContext.cpp458 DObj.getAddressSize()); in getDebugFrame()
476 DObj.getAddressSize()); in getEHFrame()
2427 uint8_t getAddressSize() const override { return AddressSize; } in forEachInfoSections()
2426 uint8_t getAddressSize() const override { return AddressSize; } getAddressSize() function in __anon62ae75e11111::DWARFObjInMemory
/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp73 Data.getAddressSize()); in decode()
279 Data.getAddressSize()); in lookup()
/llvm-project/llvm/unittests/DebugInfo/DWARF/
H A DDwarfGenerator.cpp350 Asm.emitInt8(Prologue->getAddressSize()); in writePrologue()
605 Asm->emitInt8(CU->getAddressSize()); in generate()
608 Asm->emitInt8(CU->getAddressSize()); in generate()
H A DDwarfGenerator.h167 uint16_t getAddressSize() const { return AddrSize; } in getAddressSize() function
H A DDWARFDebugLineTest.cpp163 EXPECT_EQ(Prologue.getAddressSize(), 8u); in checkDefaultPrologue()
/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h99 uint8_t getAddressSize() const { return AddressSize; } in getAddressSize() function
/llvm-project/bolt/lib/Core/
H A DExceptions.cpp760 Version < 4 ? Data.getAddressSize() : Data.getU8(&Offset); in generateEHFrameHeader()
/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h106 Section.emitIntVal(P.getAddressSize(), 1); in emitLineTablePrologue()
H A DDIEAttributeCloner.cpp33 DWARFDataExtractor(DIECopy, Data.isLittleEndian(), Data.getAddressSize()); in clone()
H A DDWARFLinkerImpl.cpp750 unsigned SrcAddrSize = InputDWARFObj.getAddressSize(); in cloneAndEmitDebugFrame()
/llvm-project/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp81 AddrTables.back().AddrSize = AddrTable.getAddressSize(); in dumpDebugAddr()
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.cpp2949 Iter = toHexStr(Address, Iter, getAddressSize()); in toString()
2974 return 2 + 2 + getAddressSize() + Data.size() * 2 + 2 + 2;
2977 uint8_t SRecord::getAddressSize() const { in getAddressSize()
2995 return getAddressSize() / 2 + DataSize + ChecksumSize;
2975 uint8_t SRecord::getAddressSize() const { getAddressSize() function in SRecord
H A DELFObject.h428 uint8_t getAddressSize() const;
/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp847 MS->emitInt8(P.getAddressSize()); in emitLineTablePrologue()
H A DDWARFLinker.cpp1735 DWARFDataExtractor(DIECopy, Data.isLittleEndian(), Data.getAddressSize()); in cloneDIE()
2308 unsigned SrcAddrSize = OrigDwarf.getDWARFObj().getAddressSize(); in patchFrameInfoForObject()
/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5852 const int Bytes = Desc.getAddressSize(); in readCoreNote()
5873 Desc.isLittleEndian(), Desc.getAddressSize()); in printCoreNote()