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

Declarations

include/llvm/ExecutionEngine/JITLink/MachO_x86_64.h
   56 void jitLink_MachO_x86_64(std::unique_ptr<JITLinkContext> Ctx);

References

lib/ExecutionEngine/JITLink/MachO.cpp
   71       return jitLink_MachO_x86_64(std::move(Ctx));
unittests/ExecutionEngine/JITLink/MachO_x86_64_Tests.cpp
   47     jitLink_MachO_x86_64(std::move(JTCtx));