HomeSort by relevance Sort by last modified time
    Searched refs:getRawDataRefImpl (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Object/
ObjectFile.h 130 DataRefImpl getRawDataRefImpl() const;
173 DataRefImpl getRawDataRefImpl() const;
240 DataRefImpl getRawDataRefImpl() const;
264 DataRefImpl getRawDataRefImpl() const;
455 inline DataRefImpl SymbolRef::getRawDataRefImpl() const {
539 inline DataRefImpl SectionRef::getRawDataRefImpl() const {
591 inline DataRefImpl RelocationRef::getRawDataRefImpl() const {
ELF.h     [all...]
  /external/llvm/lib/Object/
COFFObjectFile.cpp 734 return toSec(It->getRawDataRefImpl());
738 return toSymb(It->getRawDataRefImpl());
743 return toRel(It->getRawDataRefImpl());
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldELF.cpp 129 DataRefImpl ShdrRef = Sec.getRawDataRefImpl();
143 ELFObjectFile<ELFT>::getSymbol(SymRef.getRawDataRefImpl()));
  /external/llvm/tools/llvm-objdump/
llvm-objdump.cpp 258 DataRefImpl DR = i->getRawDataRefImpl();
596 DataRefImpl DR = Section->getRawDataRefImpl();
MachODump.cpp 341 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl();

Completed in 64 milliseconds