reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Object/MachO.h
  484   SectionRef getAnyRelocationSection(const MachO::any_relocation_info &RE) const;

References

lib/ExecutionEngine/RuntimeDyld/RuntimeDyldMachO.cpp
  126     SectionRef Sec = Obj.getAnyRelocationSection(RelInfo);
lib/ExecutionEngine/RuntimeDyld/Targets/RuntimeDyldMachOX86_64.h
  189       SectionRef SecB = Obj.getAnyRelocationSection(RelInfo);
  215       SectionRef SecA = Obj.getAnyRelocationSection(RelInfo);
lib/Object/MachOObjectFile.cpp
 2146   return section_iterator(getAnyRelocationSection(getRelocation(Rel)));
tools/llvm-objdump/MachODump.cpp
 7825   SectionRef RelocSection = Obj->getAnyRelocationSection(RE);