Searched refs:MachOJITLinker_x86_64 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DMachO_x86_64.cpp435 class MachOJITLinker_x86_64 : public JITLinker<MachOJITLinker_x86_64> { class in namespace:llvm::jitlink
436 friend class JITLinker<MachOJITLinker_x86_64>;
439 MachOJITLinker_x86_64(std::unique_ptr<JITLinkContext> Ctx, function in class:llvm::jitlink::MachOJITLinker_x86_64
579 MachOJITLinker_x86_64::link(std::move(Ctx), std::move(Config));

Completed in 62 milliseconds