Home
last modified time | relevance | path

Searched refs:getRawDataRefImpl (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Object/
DObjectFile.h130 DataRefImpl getRawDataRefImpl() const;
173 DataRefImpl getRawDataRefImpl() const;
240 DataRefImpl getRawDataRefImpl() const;
264 DataRefImpl getRawDataRefImpl() const;
455 inline DataRefImpl SymbolRef::getRawDataRefImpl() const { in getRawDataRefImpl() function
539 inline DataRefImpl SectionRef::getRawDataRefImpl() const { in getRawDataRefImpl() function
591 inline DataRefImpl RelocationRef::getRawDataRefImpl() const { in getRawDataRefImpl() function
DELF.h948 DataRefImpl Symb = SymRef.getRawDataRefImpl();
976 llvm::object::DataRefImpl ShdrRef = It->getRawDataRefImpl();
983 return getSymbol(It->getRawDataRefImpl());
2211 ExtendedSymbolTable[getSymbol(si->getRawDataRefImpl())] = *ShndxTable;
/external/llvm/lib/Object/
DCOFFObjectFile.cpp734 return toSec(It->getRawDataRefImpl()); in getCOFFSection()
738 return toSymb(It->getRawDataRefImpl()); in getCOFFSymbol()
743 return toRel(It->getRawDataRefImpl()); in getCOFFRelocation()
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp258 DataRefImpl DR = i->getRawDataRefImpl(); in DisassembleObject()
596 DataRefImpl DR = Section->getRawDataRefImpl(); in PrintSymbolTable()
DMachODump.cpp341 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl(); in DisassembleInputMachO()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp129 DataRefImpl ShdrRef = Sec.getRawDataRefImpl(); in updateSectionAddress()
143 ELFObjectFile<ELFT>::getSymbol(SymRef.getRawDataRefImpl())); in updateSymbolAddress()