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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkGeneric.h9 // Generic JITLinker utilities. E.g. graph pruning, eh-frame parsing.
104 // Implemented in JITLinker.
121 template <typename LinkerImpl> class JITLinker : public JITLinkerBase { class in namespace:llvm::jitlink
H A DMachO_arm64.cpp502 class MachOJITLinker_arm64 : public JITLinker<MachOJITLinker_arm64> {
503 friend class JITLinker<MachOJITLinker_arm64>;
509 : JITLinker(std::move(Ctx), std::move(G), std::move(PassConfig)) {}
695 // Construct a JITLinker and run the link function.
H A DMachO_x86_64.cpp570 class MachOJITLinker_x86_64 : public JITLinker<MachOJITLinker_x86_64> {
571 friend class JITLinker<MachOJITLinker_x86_64>;
577 : JITLinker(std::move(Ctx), std::move(G), std::move(PassConfig)) {}
621 // Construct a JITLinker and run the link function.
H A DELF_x86_64.cpp721 class ELFJITLinker_x86_64 : public JITLinker<ELFJITLinker_x86_64> {
722 friend class JITLinker<ELFJITLinker_x86_64>;
728 : JITLinker(std::move(Ctx), std::move(G), std::move(PassConfig)) {
907 // Construct a JITLinker and run the link function.
/netbsd-current/external/apache2/llvm/dist/llvm/tools/lli/
H A Dlli.cpp109 JITLinker("jit-linker", cl::desc("Choose the dynamic linker/loader."),
940 if (JITLinker == JITLinkerKind::JITLink) {

Completed in 103 milliseconds