Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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
/openbsd/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp147 Loc.get()->Range->dump(OS, Data.getAddressSize(), RangeDumpOpts, &Obj); in dumpLocationList()
159 Data.getAddressSize(), U); in dumpLocationList()
225 } else if (Value0 == (Data.getAddressSize() == 4 ? -1U : -1ULL)) { in visitLocationList()
255 Value0 = Data.getAddressSize() == 4 ? -1U : -1ULL; in dumpRawEntry()
269 OS << '(' << format_hex(Value0, 2 + Data.getAddressSize() * 2) << ", " in dumpRawEntry()
270 << format_hex(Value1, 2 + Data.getAddressSize() * 2) << ')'; in dumpRawEntry()
357 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()
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 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()
1078 uint8_t AddressSize = Version < 4 ? Data.getAddressSize() : in parse()
H A DDWARFContext.cpp945 DObj->getAddressSize()); in getDebugFrame()
961 DObj->getAddressSize()); in getEHFrame()
2052 uint8_t getAddressSize() const override { return AddressSize; } in getAddressSize() function in __anonda3bf7bb1011::DWARFObjInMemory
/openbsd/gnu/llvm/llvm/lib/DebugInfo/GSYM/
H A DFunctionInfo.cpp69 Data.getAddressSize()); in decode()
195 Data.getAddressSize()); in lookup()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DDataExtractor.h99 uint8_t getAddressSize() const { return AddressSize; } in getAddressSize() function
/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Ddwarf2yaml.cpp77 AddrTables.back().AddrSize = AddrTable.getAddressSize(); in dumpDebugAddr()
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp1500 DWARFDataExtractor(DIECopy, Data.isLittleEndian(), Data.getAddressSize()); in cloneDIE()
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DELFDumper.cpp5429 const int Bytes = Desc.getAddressSize(); in readCoreNote()
5450 Desc.isLittleEndian(), Desc.getAddressSize()); in readCoreNote()