Searched refs:getRawDataRefImpl (Results 1 - 17 of 17) sorted by relevance

/external/llvm/include/llvm/Object/
H A DObjectFile.h70 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(), Resul
480 inline DataRefImpl SectionRef::getRawDataRefImpl() const { function in class:llvm::object::SectionRef
528 inline DataRefImpl RelocationRef::getRawDataRefImpl() const { function in class:llvm::object::RelocationRef
[all...]
H A DSymbolicFile.h107 DataRefImpl getRawDataRefImpl() const;
184 inline DataRefImpl BasicSymbolRef::getRawDataRefImpl() const { function in class:llvm::object::BasicSymbolRef::BasicSymbolRef
H A DRelocVisitor.h177 DataRefImpl DRI = R.getRawDataRefImpl();
185 DataRefImpl DRI = R.getRawDataRefImpl();
193 DataRefImpl DRI = R.getRawDataRefImpl();
201 DataRefImpl DRI = R.getRawDataRefImpl();
H A DMachO.h47 DataRefImpl getRawDataRefImpl() const;
296 inline DataRefImpl DiceRef::getRawDataRefImpl() const { function in class:llvm::object::DiceRef
H A DELFObjectFile.h240 DataRefImpl Symb = SymRef.getRawDataRefImpl();
962 DataRefImpl DRI = R.getRawDataRefImpl();
/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MachORelocationInfo.cpp36 any_relocation_info RE = Obj->getRelocation(Rel.getRawDataRefImpl());
77 Obj->getRelocation(Rel.getRawDataRefImpl());
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp49 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...]
H A DRuntimeDyldELF.cpp130 DataRefImpl ShdrRef = Sec.getRawDataRefImpl();
144 ELFObjectFile<ELFT>::getSymbol(SymRef.getRawDataRefImpl()));
/external/llvm/tools/llvm-readobj/
H A DMachODumper.cpp223 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/
H A DLTOModule.cpp280 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/
H A DMCObjectSymbolizer.cpp60 MachO::section_64 S = MOOF->getSection64(StubsSec.getRawDataRefImpl());
64 MachO::section S = MOOF->getSection(StubsSec.getRawDataRefImpl());
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp330 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();
/external/llvm/tools/macho-dump/
H A Dmacho-dump.cpp102 MachO::any_relocation_info RE = Obj.getRelocation(I->getRawDataRefImpl());
206 DataRefImpl DRI = Symbol.getRawDataRefImpl();
/external/llvm/lib/Object/
H A DCOFFObjectFile.cpp887 return toSec(Section.getRawDataRefImpl());
892 return toSymb(Symbol.getRawDataRefImpl());
897 return toRel(Reloc.getRawDataRefImpl());
H A DMachOObjectFile.cpp567 DataRefImpl DRI = Symbol.getRawDataRefImpl();
/external/llvm/tools/llvm-objdump/
H A DMachODump.cpp316 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl();
H A Dllvm-objdump.cpp460 DataRefImpl DR = Section.getRawDataRefImpl();
791 DataRefImpl DR = Section->getRawDataRefImpl();

Completed in 1731 milliseconds