/netbsd-src/external/apache2/llvm/dist/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 | 88 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 | 101 uint8_t getAddressSize() const { return FormParams.AddrSize; } in getAddressSize() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLoc.cpp | 147 Loc.get()->Range->dump(OS, Data.getAddressSize(), RangeDumpOpts, &Obj); in dumpLocationList() 159 Data.getAddressSize(), MRI, 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 D | DWARFDataExtractor.cpp | 80 switch (getAddressSize()) { in getEncodedPointer() 84 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() 773 if (TableData.getAddressSize() == 0) in parse() 774 TableData.setAddressSize(Prologue.getAddressSize()); in parse() 776 assert(Prologue.getAddressSize() == 0 || in parse() 777 Prologue.getAddressSize() == TableData.getAddressSize()); in parse() 864 uint8_t ExtractorAddressSize = TableData.getAddressSize(); in parse()
|
H A D | DWARFDebugRangeList.cpp | 32 AddressSize = data.getAddressSize(); in extract()
|
H A D | DWARFDebugFrame.cpp | 346 Data.getAddressSize()); in parse() 351 DWARFExpression(Extractor, Data.getAddressSize()); in parse() 362 Data.getAddressSize()); in parse() 367 DWARFExpression(Extractor, Data.getAddressSize()); in parse() 1032 uint8_t AddressSize = Version < 4 ? Data.getAddressSize() : in parse()
|
H A D | DWARFContext.cpp | 838 DObj->getAddressSize()); in getDebugFrame() 854 DObj->getAddressSize()); in getEHFrame() 1953 uint8_t getAddressSize() const override { return AddressSize; } in getAddressSize() function in __anona8a913f90f11::DWARFObjInMemory
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/ |
H A D | FunctionInfo.cpp | 69 Data.getAddressSize()); in decode() 196 Data.getAddressSize()); in lookup()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | DataExtractor.h | 96 uint8_t getAddressSize() const { return AddressSize; } in getAddressSize() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/ |
H A D | dwarf2yaml.cpp | 75 AddrTables.back().AddrSize = AddrTable.getAddressSize(); in dumpDebugAddr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/ |
H A D | DWARFLinker.cpp | 1383 DWARFDataExtractor(DIECopy, Data.isLittleEndian(), Data.getAddressSize()); in cloneDIE()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | ELFDumper.cpp | 5180 const int Bytes = Desc.getAddressSize(); in readCoreNote() 5201 Desc.isLittleEndian(), Desc.getAddressSize()); in readCoreNote()
|