HomeSort by: relevance | last modified time | path
    Searched refs:getAddressSize (Results 1 - 15 of 15) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFDataExtractor.h 45 Other.getAddressSize()),
73 return getRelocatedValue(getAddressSize(), Off, SecIx);
76 return getRelocatedValue(getAddressSize(), &getOffset(C), SecIx,
DWARFDebugAddr.h 88 uint8_t getAddressSize() const { return AddrSize; }
DWARFObject.h 34 virtual uint8_t getAddressSize() const { llvm_unreachable("unimplemented"); }
DWARFDebugLine.h 101 uint8_t getAddressSize() const { return FormParams.AddrSize; }
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFDebugLoc.cpp 147 Loc.get()->Range->dump(OS, Data.getAddressSize(), RangeDumpOpts, &Obj);
159 Data.getAddressSize(), MRI, U);
225 } else if (Value0 == (Data.getAddressSize() == 4 ? -1U : -1ULL)) {
255 Value0 = Data.getAddressSize() == 4 ? -1U : -1ULL;
269 OS << '(' << format_hex(Value0, 2 + Data.getAddressSize() * 2) << ", "
270 << format_hex(Value1, 2 + Data.getAddressSize() * 2) << ')';
357 unsigned FieldSize = 2 + 2 * Data.getAddressSize();
DWARFDataExtractor.cpp 80 switch (getAddressSize()) {
84 Result = getUnsigned(Offset, getAddressSize());
DWARFDebugRangeList.cpp 32 AddressSize = data.getAddressSize();
DWARFDebugLine.cpp 130 OS << format(" address_size: %u\n", getAddressSize())
387 assert((!Cursor || DebugLineData.getAddressSize() == 0 ||
388 DebugLineData.getAddressSize() == getAddressSize()) &&
773 if (TableData.getAddressSize() == 0)
774 TableData.setAddressSize(Prologue.getAddressSize());
776 assert(Prologue.getAddressSize() == 0 ||
777 Prologue.getAddressSize() == TableData.getAddressSize());
864 uint8_t ExtractorAddressSize = TableData.getAddressSize();
    [all...]
DWARFDebugFrame.cpp 346 Data.getAddressSize());
351 DWARFExpression(Extractor, Data.getAddressSize());
362 Data.getAddressSize());
367 DWARFExpression(Extractor, Data.getAddressSize());
1032 uint8_t AddressSize = Version < 4 ? Data.getAddressSize() :
DWARFContext.cpp 838 DObj->getAddressSize());
854 DObj->getAddressSize());
1953 uint8_t getAddressSize() const override { return AddressSize; }
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/GSYM/
FunctionInfo.cpp 69 Data.getAddressSize());
196 Data.getAddressSize());
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
DataExtractor.h 96 uint8_t getAddressSize() const { return AddressSize; }
310 /// is \a getAddressSize(), so the address size has to be
674 /// \a offset. The size of a pointer is \a getAddressSize().
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
dwarf2yaml.cpp 75 AddrTables.back().AddrSize = AddrTable.getAddressSize();
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 5180 const int Bytes = Desc.getAddressSize();
5201 Desc.isLittleEndian(), Desc.getAddressSize());
  /src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
DWARFLinker.cpp 1383 DWARFDataExtractor(DIECopy, Data.isLittleEndian(), Data.getAddressSize());

Completed in 50 milliseconds