Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DObjectFile.h130 DataRefImpl getRawDataRefImpl() const;
172 DataRefImpl getRawDataRefImpl() const;
234 DataRefImpl getRawDataRefImpl() const;
258 DataRefImpl getRawDataRefImpl() const;
444 inline DataRefImpl SymbolRef::getRawDataRefImpl() const { in getRawDataRefImpl() function
524 inline DataRefImpl SectionRef::getRawDataRefImpl() const { in getRawDataRefImpl() function
576 inline DataRefImpl RelocationRef::getRawDataRefImpl() const { in getRawDataRefImpl() function
DELF.h316 DataRefImpl getRawDataRefImpl() const;
770 DataRefImpl Symb = SymRef.getRawDataRefImpl();
800 llvm::object::DataRefImpl ShdrRef = It->getRawDataRefImpl();
808 return getSymbol(It->getRawDataRefImpl());
1944 ExtendedSymbolTable[getSymbol(si->getRawDataRefImpl())] = *ShndxTable;
2092 return library_iterator(LibraryRef(i->getRawDataRefImpl(), this));
2120 Result = LibraryRef(i->getRawDataRefImpl(), this);
2150 return library_iterator(LibraryRef(e->getRawDataRefImpl(), this));
2476 ::getRawDataRefImpl() const {
/external/llvm/lib/Object/
DCOFFObjectFile.cpp722 return toSec(It->getRawDataRefImpl()); in getCOFFSection()
726 return toSymb(It->getRawDataRefImpl()); in getCOFFSymbol()
731 return toRel(It->getRawDataRefImpl()); in getCOFFRelocation()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp123 DataRefImpl ShdrRef = Sec.getRawDataRefImpl(); in updateSectionAddress()
139 getSymbol(SymRef.getRawDataRefImpl())); in updateSymbolAddress()