Searched refs:orc (Results 1 - 25 of 70) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/OrcError/
H A DRPCError.cpp20 char llvm::orc::rpc::RPCFatalError::ID = 0;
21 char llvm::orc::rpc::ConnectionClosed::ID = 0;
22 char llvm::orc::rpc::ResponseAbandoned::ID = 0;
23 char llvm::orc::rpc::CouldNotNegotiate::ID = 0;
26 namespace orc { namespace in namespace:llvm
58 } // end namespace orc
H A DOrcError.cpp20 using namespace llvm::orc;
29 const char *name() const noexcept override { return "orc"; }
77 namespace orc { namespace in namespace:llvm
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DOrcCBindingsStack.h56 virtual JITSymbol findSymbolIn(orc::VModuleKey K, const std::string &Name,
58 virtual Error removeModule(orc::VModuleKey K) = 0;
65 JITSymbol findSymbolIn(orc::VModuleKey K, const std::string &Name,
70 Error removeModule(orc::VModuleKey K) override {
79 class GenericLayerImpl<orc::LegacyRTDyldObjectLinkingLayer> : public GenericLayer {
81 using LayerT = orc::LegacyRTDyldObjectLinkingLayer;
85 JITSymbol findSymbolIn(orc::VModuleKey K, const std::string &Name,
90 Error removeModule(orc::VModuleKey K) override {
108 using CompileCallbackMgr = orc::JITCompileCallbackManager;
109 using ObjLayerT = orc
[all...]
H A DIndirectionUtils.cpp19 using namespace llvm::orc;
23 class CompileCallbackMaterializationUnit : public orc::MaterializationUnit {
55 namespace orc { namespace in namespace:llvm
127 typedef orc::LocalJITCompileCallbackManager<orc::OrcAArch64> CCMgrT;
132 typedef orc::LocalJITCompileCallbackManager<orc::OrcI386> CCMgrT;
137 typedef orc::LocalJITCompileCallbackManager<orc::OrcMips32Be> CCMgrT;
141 typedef orc
[all...]
H A DNullResolver.cpp14 namespace orc { namespace in namespace:llvm
36 } // End namespace orc.
H A DIRTransformLayer.cpp13 namespace orc { namespace in namespace:llvm
32 } // End namespace orc.
H A DObjectTransformLayer.cpp13 namespace orc { namespace in namespace:llvm
38 } // End namespace orc.
H A DIRCompileLayer.cpp12 namespace orc { namespace in namespace:llvm
47 } // End namespace orc.
H A DLegacy.cpp12 namespace orc { namespace in namespace:llvm
67 } // End namespace orc.
H A DThreadSafeModule.cpp16 namespace orc { namespace in namespace:llvm
63 } // end namespace orc
H A DOrcMCJITReplacement.cpp15 RegisterJIT() { llvm::orc::OrcMCJITReplacement::Register(); }
23 namespace orc { namespace in namespace:llvm
137 } // End namespace orc.
H A DCompileUtils.cpp25 namespace orc { namespace in namespace:llvm
93 } // end namespace orc
H A DDebugUtils.cpp20 #define DEBUG_TYPE "orc"
28 cl::opt<bool> PrintHidden("debug-orc-print-hidden", cl::init(true),
33 cl::opt<bool> PrintCallable("debug-orc-print-callable", cl::init(true),
38 cl::opt<bool> PrintData("debug-orc-print-data", cl::init(true),
125 bool operator()(const orc::SymbolFlagsMap::value_type &KV) {
131 bool operator()(const orc::SymbolMap::value_type &KV) {
139 namespace orc { namespace in namespace:llvm
348 } // End namespace orc.
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSymbolStringPool.h22 namespace orc { namespace in namespace:llvm
177 } // end namespace orc
180 struct DenseMapInfo<orc::SymbolStringPtr> {
182 static orc::SymbolStringPtr getEmptyKey() {
183 return orc::SymbolStringPtr::getEmptyVal();
186 static orc::SymbolStringPtr getTombstoneKey() {
187 return orc::SymbolStringPtr::getTombstoneVal();
190 static unsigned getHashValue(const orc::SymbolStringPtr &V) {
191 return DenseMapInfo<orc::SymbolStringPtr::PoolEntryPtr>::getHashValue(V.S);
194 static bool isEqual(const orc
[all...]
H A DNullResolver.h21 namespace orc { namespace in namespace:llvm
40 } // End namespace orc.
H A DMangling.h22 namespace orc { namespace in namespace:llvm
63 } // End namespace orc
H A DGlobalMappingLayer.h27 namespace orc { namespace in namespace:llvm
108 } // end namespace orc
H A DOrcError.h22 namespace orc { namespace in namespace:llvm
71 } // End namespace orc.
H A DSpeculateAnalyses.h24 namespace orc { namespace in namespace:llvm
81 } // namespace orc
H A DCompileUtils.h29 namespace orc { namespace in namespace:llvm
99 } // end namespace orc
H A DJITTargetMachineBuilder.h31 namespace orc { namespace in namespace:llvm
158 } // end namespace orc
H A DLambdaResolver.h23 namespace orc { namespace in namespace:llvm
81 } // end namespace orc
H A DDebugUtils.h28 namespace orc { namespace in namespace:llvm
127 } // End namespace orc
/freebsd-13-stable/contrib/llvm-project/llvm/tools/lli/
H A Dlli.cpp95 clEnumValN(JITKind::OrcMCJITReplacement, "orc-mcjit",
98 clEnumValN(JITKind::OrcLazy, "orc-lazy",
104 "(jit-kind=orc-lazy only)"),
110 "(jit-kind=orc-lazy only)"));
235 "orc-lazy-debug", cl::desc("Debug dumping for the orc-lazy JIT."),
684 llvm::orc::ExecutionSession ES;
686 typedef orc::remote::OrcRemoteTargetClient MyRemote;
698 orc::createLambdaResolver(
786 Expected<orc
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp11 using namespace llvm::orc;

Completed in 136 milliseconds

123