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

Overrides

include/llvm/Object/ObjectFile.h
  333   virtual bool isRelocatableObject() const = 0;

Declarations

include/llvm/Object/MachO.h
  578   bool isRelocatableObject() const override;

References

lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
   27   if (!Obj.isRelocatableObject())