| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/LowLevel/ |
| H A D | DWARFDataExtractorSimple.h | 39 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 D | DWARFCFIProgram.h | 195 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 D | DWARFDebugLoc.cpp | 148 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 D | DWARFDebugLine.cpp | 130 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 D | DWARFDebugRangeList.cpp | 38 AddressSize = data.getAddressSize(); in extract()
|
| H A D | DWARFDebugFrame.cpp | 236 uint8_t AddressSize = Version < 4 ? Data.getAddressSize() : in parse()
|
| H A D | DWARFContext.cpp | 458 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 D | DWARFDebugAddr.h | 85 uint8_t getAddressSize() const { return AddrSize; } in getAddressSize() function
|
| H A D | DWARFDataExtractor.h | 40 Other.isLittleEndian(), Other.getAddressSize()), in DWARFDataExtractor()
|
| H A D | DWARFObject.h | 35 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
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/ |
| H A D | MergedFunctionsInfo.cpp | 86 Data.isLittleEndian(), Data.getAddressSize()); in getFuncsDataExtractors()
|
| H A D | FunctionInfo.cpp | 73 Data.getAddressSize()); in decode() 279 Data.getAddressSize()); in lookup()
|
| /freebsd/contrib/llvm-project/lldb/source/DataFormatters/ |
| H A D | FormatterSection.cpp | 50 uint8_t addr_size = section.getAddressSize(); in ForEachFormatterInModule()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | DataExtractor.h | 100 uint8_t getAddressSize() const { return AddressSize; } in getAddressSize() function
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DataLayout.h | 358 unsigned getAddressSize(unsigned AS) const { return getIndexSize(AS); } in getAddressSize() function
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/ |
| H A D | DebugLineSectionEmitter.h | 106 Section.emitIntVal(P.getAddressSize(), 1); in emitLineTablePrologue()
|
| H A D | DWARFLinkerImpl.cpp | 749 unsigned SrcAddrSize = InputDWARFObj.getAddressSize(); in cloneAndEmitDebugFrame()
|
| /freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/ |
| H A D | ELFObject.cpp | 2949 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 D | ELFObject.h | 428 uint8_t getAddressSize() const;
|
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
| H A D | DWARFStreamer.cpp | |
| H A D | DWARFLinker.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFStreamer.cpp | 848 MS->emitInt8(P.getAddressSize()); in emitLineTablePrologue()
|
| H A D | DWARFLinker.cpp | 1747 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 D | ELFDumper.cpp | 5926 const int Bytes = Desc.getAddressSize(); in readCoreNote() 5947 Desc.isLittleEndian(), Desc.getAddressSize()); in readCoreNote()
|