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

  /external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
RuntimeDyldMachOX86_64.h 190 SectionRef SecB = Obj.getAnyRelocationSection(RelInfo);
216 SectionRef SecA = Obj.getAnyRelocationSection(RelInfo);
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldMachO.cpp 124 SectionRef Sec = Obj.getAnyRelocationSection(RelInfo);
  /external/llvm/include/llvm/Object/
MachO.h 331 SectionRef getAnyRelocationSection(const MachO::any_relocation_info &RE) const;
  /external/llvm/lib/Object/
MachOObjectFile.cpp 775 return section_iterator(getAnyRelocationSection(getRelocation(Rel)));
    [all...]
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]

Completed in 783 milliseconds