HomeSort by: relevance | last modified time | path
    Searched refs:getRawDataRefImpl (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
XCOFFDump.cpp 49 XCOFFSymbolRef SymRef(Sym.getRawDataRefImpl(), Obj);
59 XCOFFSymbolRef SymRef(Sym.getRawDataRefImpl(), Obj);
ELFDump.cpp 60 DataRefImpl Rel = RelRef.getRawDataRefImpl();
92 Obj->getSymbol(SI->getRawDataRefImpl());
102 Obj->getSection((*SymSI)->getRawDataRefImpl());
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
ObjectFile.h 72 DataRefImpl getRawDataRefImpl() const;
137 DataRefImpl getRawDataRefImpl() const;
208 : basic_symbol_iterator(SymbolRef(B->getRawDataRefImpl(),
387 return getObject()->getSymbolName(getRawDataRefImpl());
391 return getObject()->getSymbolAddress(getRawDataRefImpl());
395 return getObject()->getSymbolValue(getRawDataRefImpl());
399 return getObject()->getSymbolAlignment(getRawDataRefImpl());
403 return getObject()->getCommonSymbolSize(getRawDataRefImpl());
407 return getObject()->getSymbolSection(getRawDataRefImpl());
411 return getObject()->getSymbolType(getRawDataRefImpl());
    [all...]
SymbolicFile.h 137 DataRefImpl getRawDataRefImpl() const;
206 inline DataRefImpl BasicSymbolRef::getRawDataRefImpl() const {
ELFObjectFile.h 112 return getObject()->getSectionType(getRawDataRefImpl());
116 return getObject()->getSectionFlags(getRawDataRefImpl());
120 return getObject()->getSectionOffset(getRawDataRefImpl());
150 return getObject()->getSymbolSize(getRawDataRefImpl());
154 return getObject()->getSymbolBinding(getRawDataRefImpl());
158 return getObject()->getSymbolOther(getRawDataRefImpl());
162 return getObject()->getSymbolELFType(getRawDataRefImpl());
179 : symbol_iterator(SymbolRef(B->getRawDataRefImpl(),
202 return getObject()->getRelocationAddend(getRawDataRefImpl());
210 B->getRawDataRefImpl(), cast<ELFObjectFileBase>(B->getObject()))) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOX86_64.h 41 Obj.getRelocation(RelI->getRawDataRefImpl());
164 Obj.getRelocation(RelI->getRawDataRefImpl());
177 Obj.getRelocation(RelI->getRawDataRefImpl());
204 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl());
RuntimeDyldMachOI386.h 41 Obj.getRelocation(RelI->getRawDataRefImpl());
152 Obj.getRelocation(RelI->getRawDataRefImpl());
165 Obj.getRelocation(RelI->getRawDataRefImpl());
216 MachO::section Sec32 = Obj.getSection(JTSection.getRawDataRefImpl());
RuntimeDyldMachOARM.h 108 Obj.getRelocation(RelI->getRawDataRefImpl());
351 MachO.getRelocation(RelI->getRawDataRefImpl());
377 MachO.getRelocation(RelI->getRawDataRefImpl());
RuntimeDyldMachOAArch64.h 280 Obj.getRelocation(RelI->getRawDataRefImpl());
299 RelInfo = Obj.getRelocation(RelI->getRawDataRefImpl());
486 Obj.getRelocation(RelI->getRawDataRefImpl());
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOReader.cpp 91 MachOObj.getSectionContents(SecRef->getRawDataRefImpl());
99 for (auto RI = MachOObj.section_rel_begin(SecRef->getRawDataRefImpl()),
100 RE = MachOObj.section_rel_end(SecRef->getRawDataRefImpl());
104 R.Info = MachOObj.getRelocation(RI->getRawDataRefImpl());
209 Symbol.getRawDataRefImpl()))
211 Symbol.getRawDataRefImpl())));
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
MachOLinkGraphBuilder.cpp 117 auto SecIndex = Obj.getSectionIndex(SecRef.getRawDataRefImpl());
121 Obj.getSection64(SecRef.getRawDataRefImpl());
134 const MachO::section &Sec32 = Obj.getSection(SecRef.getRawDataRefImpl());
235 unsigned SymbolIndex = Obj.getSymbolIndex(SymRef.getRawDataRefImpl());
244 Obj.getSymbol64TableEntry(SymRef.getRawDataRefImpl());
252 Obj.getSymbolTableEntry(SymRef.getRawDataRefImpl());
MachOLinkGraphBuilder.h 166 getObject().getRelocation(RelItr->getRawDataRefImpl());
MachO_arm64.cpp 203 getSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl()));
229 getSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl()));
MachO_x86_64.cpp 222 getSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl()));
244 getSectionByIndex(Obj.getSectionIndex(S.getRawDataRefImpl()));
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
xcoff2yaml.cpp 57 DataRefImpl SymbolDRI = S.getRawDataRefImpl();
macho2yaml.cpp 96 const object::DataRefImpl Rel = Reloc.getRawDataRefImpl();
576 Obj.getSymbol64TableEntry(Symbol.getRawDataRefImpl()))
578 Obj.getSymbolTableEntry(Symbol.getRawDataRefImpl()));
  /src/external/apache2/llvm/dist/llvm/lib/Object/
RelocationResolver.cpp 738 return Elf32LEObj->getRelSection(R.getRawDataRefImpl())->sh_type;
740 return Elf64LEObj->getRelSection(R.getRawDataRefImpl())->sh_type;
742 return Elf32BEObj->getRelSection(R.getRawDataRefImpl())->sh_type;
744 return Elf64BEObj->getRelSection(R.getRawDataRefImpl())->sh_type;
761 R.getRawDataRefImpl().p);
COFFObjectFile.cpp 260 COFFSymbolRef Symb = getCOFFSymbol(Sym.getRawDataRefImpl());
337 Sec.getRawDataRefImpl().p - reinterpret_cast<uintptr_t>(SectionTable);
1177 return toSec(Section.getRawDataRefImpl());
1189 return getCOFFSymbol(Symbol.getRawDataRefImpl());
1194 return toRel(Reloc.getRawDataRefImpl());
  /src/external/apache2/llvm/dist/llvm/tools/llvm-nm/
llvm-nm.cpp 331 if (A.Sym.getRawDataRefImpl().p) {
339 if (B.Sym.getRawDataRefImpl().p) {
420 DataRefImpl SymDRI = S.Sym.getRawDataRefImpl();
469 if (S.Sym.getRawDataRefImpl().p) {
470 if (MachO->getIndirectName(S.Sym.getRawDataRefImpl(), IndirectName))
534 if (S.Sym.getRawDataRefImpl().p) {
536 MachO->getSymbolSection(S.Sym.getRawDataRefImpl());
550 DataRefImpl Ref = Sec->getRawDataRefImpl();
608 if (S.Sym.getRawDataRefImpl().p) {
609 if (MachO->getIndirectName(S.Sym.getRawDataRefImpl(), IndirectName)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 62 Obj.getRelocation(RelI->getRawDataRefImpl());
104 Obj.getRelocation(RI->getRawDataRefImpl());
188 MachO::section Sec32 = Obj.getSection(PTSection.getRawDataRefImpl());
RuntimeDyldMachO.h 70 Obj.getRelocation(RI->getRawDataRefImpl());
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
MachODebugMapParser.cpp 198 const DataRefImpl &DRI = Symbol.getRawDataRefImpl();
326 const DataRefImpl &DRI = Symbol.getRawDataRefImpl();
569 MainBinary.getSymbolTableEntry(Sym.getRawDataRefImpl()).n_type;
MachOUtils.cpp 209 object::DataRefImpl DRI = Symbol.getRawDataRefImpl();
216 object::DataRefImpl DRI = Symbol.getRawDataRefImpl();
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
MachODumper.cpp 463 getSection(Obj, Section.getRawDataRefImpl(), MOSection);
464 DataRefImpl DR = Section.getRawDataRefImpl();
545 DataRefImpl DR = Reloc.getRawDataRefImpl();
626 getSymbol(Obj, Symbol.getRawDataRefImpl(), MOSymbol);
WasmDumper.cpp 217 WasmSymbol Symbol = Obj->getWasmSymbol(Sym.getRawDataRefImpl());

Completed in 30 milliseconds

1 2