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

  /external/llvm/include/llvm/Object/
ObjectFile.h 70 DataRefImpl getRawDataRefImpl() const;
122 DataRefImpl getRawDataRefImpl() const;
164 : basic_symbol_iterator(SymbolRef(B->getRawDataRefImpl(),
198 DataRefImpl getRawDataRefImpl() const;
363 return getObject()->getSymbolName(getRawDataRefImpl(), Result);
367 return getObject()->getSymbolAddress(getRawDataRefImpl(), Result);
371 return getObject()->getSymbolAlignment(getRawDataRefImpl(), Result);
375 return getObject()->getSymbolSize(getRawDataRefImpl(), Result);
379 return getObject()->getSymbolSection(getRawDataRefImpl(), Result);
383 return getObject()->getSymbolType(getRawDataRefImpl(), Result)
    [all...]
SymbolicFile.h 107 DataRefImpl getRawDataRefImpl() const;
184 inline DataRefImpl BasicSymbolRef::getRawDataRefImpl() const {
RelocVisitor.h 177 DataRefImpl DRI = R.getRawDataRefImpl();
185 DataRefImpl DRI = R.getRawDataRefImpl();
193 DataRefImpl DRI = R.getRawDataRefImpl();
201 DataRefImpl DRI = R.getRawDataRefImpl();
MachO.h 47 DataRefImpl getRawDataRefImpl() const;
296 inline DataRefImpl DiceRef::getRawDataRefImpl() const {
ELFObjectFile.h 240 DataRefImpl Symb = SymRef.getRawDataRefImpl();
962 DataRefImpl DRI = R.getRawDataRefImpl();
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MachORelocationInfo.cpp 36 any_relocation_info RE = Obj->getRelocation(Rel.getRawDataRefImpl());
77 Obj->getRelocation(Rel.getRawDataRefImpl());
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 49 OldSectionAddrList[i->getRawDataRefImpl().d.a] = Addr;
56 OldSectionAddrList(ObjFile->section_end()->getRawDataRefImpl().d.a, 0),
63 OldSectionAddrList(ObjFile->section_end()->getRawDataRefImpl().d.a, 0),
78 const_cast<char *>(objf->getSectionPointer(Sec.getRawDataRefImpl()));
80 uint64_t oldAddr = OldSectionAddrList[Sec.getRawDataRefImpl().d.a];
101 return OldSectionAddrList[Sec.getRawDataRefImpl().d.a];
106 reinterpret_cast<const char *>(Sym.getRawDataRefImpl().p));
468 MachO::section Sec32 = Obj.getSection(JTSection.getRawDataRefImpl());
501 MachO::section Sec32 = Obj.getSection(PTSection.getRawDataRefImpl());
555 MachO->getRelocation(RelI->getRawDataRefImpl());
    [all...]
RuntimeDyldELF.cpp 130 DataRefImpl ShdrRef = Sec.getRawDataRefImpl();
144 ELFObjectFile<ELFT>::getSymbol(SymRef.getRawDataRefImpl()));
    [all...]
  /external/llvm/tools/llvm-readobj/
MachODumper.cpp 223 getSection(Obj, Section.getRawDataRefImpl(), MOSection);
224 DataRefImpl DR = Section.getRawDataRefImpl();
318 DataRefImpl DR = Reloc.getRawDataRefImpl();
383 getSymbol(Obj, Symbol.getRawDataRefImpl(), MOSymbol);
  /external/llvm/lib/LTO/
LTOModule.cpp 280 const GlobalValue *V = IRFile->getSymbolGV(Sym.getRawDataRefImpl());
342 cast<Function>(IRFile->getSymbolGV(Sym.getRawDataRefImpl()));
516 const GlobalValue *decl = IRFile->getSymbolGV(Sym.getRawDataRefImpl());
533 const GlobalValue *GV = IRFile->getSymbolGV(Sym.getRawDataRefImpl());
  /external/llvm/lib/MC/MCAnalysis/
MCObjectSymbolizer.cpp 60 MachO::section_64 S = MOOF->getSection64(StubsSec.getRawDataRefImpl());
64 MachO::section S = MOOF->getSection(StubsSec.getRawDataRefImpl());
  /external/llvm/tools/llvm-nm/
llvm-nm.cpp 330 DataRefImpl Ref = Sec->getRawDataRefImpl();
512 DataRefImpl Symb = I->getRawDataRefImpl();
612 DataRefImpl Symb = I->getRawDataRefImpl();
623 DataRefImpl Ref = Sec->getRawDataRefImpl();
650 const GlobalValue *GV = Obj.getSymbolGV(I->getRawDataRefImpl());
660 DataRefImpl Symb = I->getRawDataRefImpl();
738 const GlobalValue *GV = IR->getSymbolGV(I->getRawDataRefImpl());
758 S.Symb = I->getRawDataRefImpl();
    [all...]
  /external/llvm/tools/macho-dump/
macho-dump.cpp 102 MachO::any_relocation_info RE = Obj.getRelocation(I->getRawDataRefImpl());
206 DataRefImpl DRI = Symbol.getRawDataRefImpl();
  /external/llvm/lib/Object/
COFFObjectFile.cpp 887 return toSec(Section.getRawDataRefImpl());
892 return toSymb(Symbol.getRawDataRefImpl());
897 return toRel(Reloc.getRawDataRefImpl());
    [all...]
MachOObjectFile.cpp 567 DataRefImpl DRI = Symbol.getRawDataRefImpl();
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp 316 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl();
llvm-objdump.cpp 460 DataRefImpl DR = Section.getRawDataRefImpl();
791 DataRefImpl DR = Section->getRawDataRefImpl();

Completed in 401 milliseconds