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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcMCJITReplacement.cpp1 //===-------- OrcMCJITReplacement.cpp - Orc-based MCJIT replacement -------===//
9 #include "OrcMCJITReplacement.h"
15 RegisterJIT() { llvm::orc::OrcMCJITReplacement::Register(); }
26 OrcMCJITReplacement::runFunction(Function *F,
126 void OrcMCJITReplacement::runStaticConstructorsDestructors(bool isDtors) {
H A DOrcMCJITReplacement.h1 //===- OrcMCJITReplacement.h - Orc based MCJIT replacement ------*- C++ -*-===//
56 class OrcMCJITReplacement : public ExecutionEngine { class in namespace:llvm::orc
58 // OrcMCJITReplacement needs to do a little extra book-keeping to ensure that
63 MCJITReplacementMemMgr(OrcMCJITReplacement &M,
138 OrcMCJITReplacement &M;
144 LinkingORCResolver(OrcMCJITReplacement &M) : M(M) {}
215 OrcMCJITReplacement &M;
224 return new OrcMCJITReplacement(std::move(MemMgr), std::move(Resolver),
233 OrcMCJITReplacement(std::shared_ptr<MCJITMemoryManager> MemMgr, function in class:llvm::orc::OrcMCJITReplacement
427 NotifyObjectLoadedT(OrcMCJITReplacement
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp34 #include "llvm/ExecutionEngine/OrcMCJITReplacement.h"
79 enum class JITKind { MCJIT, OrcMCJITReplacement, OrcLazy }; member in class:__anon4821::JITKind
95 clEnumValN(JITKind::OrcMCJITReplacement, "orc-mcjit",
453 UseJITKind == JITKind::OrcMCJITReplacement);
/freebsd-13-stable/lib/clang/libllvm/
H A DMakefile620 SRCS_EXT+= ExecutionEngine/Orc/OrcMCJITReplacement.cpp

Completed in 80 milliseconds