Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/
H A DDWARFDataExtractorSimple.h39 Other.getAddressSize()) {} in DWARFDataExtractorBase()
56 return getRelocatedValue(getAddressSize(), Off, SecIx);
60 return getRelocatedValue(getAddressSize(), &getOffset(C), SecIx,
119 switch (getAddressSize()) { in getEncodedPointer()
123 Result = getUnsigned(Offset, getAddressSize()); in getEncodedPointer()
H A DDWARFCFIProgram.h195 Data.getAddressSize()); in parse()
200 DWARFExpression(Extractor, Data.getAddressSize()); in parse()
211 Data.getAddressSize()); in parse()
216 DWARFExpression(Extractor, Data.getAddressSize()); in parse()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp148 Loc.get()->Range->dump(OS, Data.getAddressSize(), RangeDumpOpts, &Obj); in dumpLocationList()
160 Data.getAddressSize(), U); in dumpLocationList()
226 } else if (Value0 == (Data.getAddressSize() == 4 ? -1U : -1ULL)) { in visitLocationList()
256 Value0 = Data.getAddressSize() == 4 ? -1U : -1ULL; in dumpRawEntry()
270 OS << '(' << format_hex(Value0, 2 + Data.getAddressSize() * 2) << ", " in dumpRawEntry()
271 << format_hex(Value1, 2 + Data.getAddressSize() * 2) << ')'; in dumpRawEntry()
358 unsigned FieldSize = 2 + 2 * Data.getAddressSize(); in dumpRawEntry()
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()
936 uint8_t ExtractorAddressSize = TableData.getAddressSize(); in parse()
H A DDWARFDebugRangeList.cpp38 AddressSize = data.getAddressSize(); in extract()
H A DDWARFDebugFrame.cpp236 uint8_t AddressSize = Version < 4 ? Data.getAddressSize() : in parse()
H A DDWARFContext.cpp458 DObj.getAddressSize()); in getDebugFrame()
476 DObj.getAddressSize()); in getEHFrame()
2426 uint8_t getAddressSize() const override { return AddressSize; } in getAddressSize() function in __anonfc0a132e1211::DWARFObjInMemory
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugAddr.h85 uint8_t getAddressSize() const { return AddrSize; } in getAddressSize() function
H A DDWARFDataExtractor.h40 Other.isLittleEndian(), Other.getAddressSize()), in DWARFDataExtractor()
H A DDWARFObject.h35 virtual uint8_t getAddressSize() const { llvm_unreachable("unimplemented"); } in getAddressSize() function
H A DDWARFDebugLine.h98 uint8_t getAddressSize() const { return FormParams.AddrSize; } in getAddressSize() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DMergedFunctionsInfo.cpp86 Data.isLittleEndian(), Data.getAddressSize()); in getFuncsDataExtractors()
H A DFunctionInfo.cpp73 Data.getAddressSize()); in decode()
279 Data.getAddressSize()); in lookup()
/freebsd/contrib/llvm-project/lldb/source/DataFormatters/
H A DFormatterSection.cpp50 uint8_t addr_size = section.getAddressSize(); in ForEachFormatterInModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DDataExtractor.h100 uint8_t getAddressSize() const { return AddressSize; } in getAddressSize() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDataLayout.h358 unsigned getAddressSize(unsigned AS) const { return getIndexSize(AS); } in getAddressSize() function
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h106 Section.emitIntVal(P.getAddressSize(), 1); in emitLineTablePrologue()
H A DDWARFLinkerImpl.cpp749 unsigned SrcAddrSize = InputDWARFObj.getAddressSize(); in cloneAndEmitDebugFrame()
/freebsd/contrib/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; in getSize()
2977 uint8_t SRecord::getAddressSize() const { in getAddressSize() function in SRecord
2995 return getAddressSize() / 2 + DataSize + ChecksumSize; in getCount()
H A DELFObject.h428 uint8_t getAddressSize() const;
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp848 MS->emitInt8(P.getAddressSize()); in emitLineTablePrologue()
H A DDWARFLinker.cpp1747 DWARFDataExtractor(DIECopy, Data.isLittleEndian(), Data.getAddressSize()); in cloneDIE()
2408 unsigned SrcAddrSize = OrigDwarf.getDWARFObj().getAddressSize(); in patchFrameInfoForObject()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5926 const int Bytes = Desc.getAddressSize(); in readCoreNote()
5947 Desc.isLittleEndian(), Desc.getAddressSize()); in readCoreNote()