HomeSort by: relevance | last modified time | path
    Searched refs:getRelocation (Results 1 - 16 of 16) sorted by relevancy

  /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());
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/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.h 70 Obj.getRelocation(RI->getRawDataRefImpl());
RuntimeDyldMachO.cpp 62 Obj.getRelocation(RelI->getRawDataRefImpl());
104 Obj.getRelocation(RI->getRawDataRefImpl());
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
MachOLinkGraphBuilder.h 166 getObject().getRelocation(RelItr->getRawDataRefImpl());
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/MachO/
MachOReader.cpp 104 R.Info = MachOObj.getRelocation(RI->getRawDataRefImpl());
  /src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
MachODump.cpp 433 MachO::any_relocation_info RE = Obj->getRelocation(Rel);
459 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
508 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
530 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
570 MachO::any_relocation_info RENext = Obj->getRelocation(RelNext);
818 const MachO::any_relocation_info RE = O->getRelocation(Rel);
1455 RE = O->getRelocation(Rel);
1605 RE = O->getRelocation(Rel);
2630 RE = info->O->getRelocation(Rel);
2640 RENext = info->O->getRelocation(RelNext)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Object/
MachOObjectFile.cpp 2135 MachO::any_relocation_info RE = getRelocation(Rel);
2141 MachO::any_relocation_info RE = getRelocation(Rel);
2162 return section_iterator(getAnyRelocationSection(getRelocation(Rel)));
2166 MachO::any_relocation_info RE = getRelocation(Rel);
2281 MachO::any_relocation_info RE = getRelocation(Rel);
4418 MachOObjectFile::getRelocation(DataRefImpl Rel) const {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Object/
MachO.h 544 MachO::any_relocation_info getRelocation(DataRefImpl Rel) const;
  /src/external/apache2/llvm/dist/llvm/tools/dsymutil/
DwarfLinkerForBinary.cpp 513 MachO::any_relocation_info MachOReloc = Obj.getRelocation(RelocDataRef);
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
MachODumper.cpp 546 MachO::any_relocation_info RE = Obj->getRelocation(DR);
  /src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
macho2yaml.cpp 97 const MachO::any_relocation_info RE = Obj.getRelocation(Rel);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/
JITLink.h 80 Kind getRelocation() const {
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFContext.cpp 1496 auto RelocInfo = MachObj->getRelocation(Reloc.getRawDataRefImpl());

Completed in 50 milliseconds