Lines Matching refs:orc
32 typedef orc::JITCompileCallbackManager CompileCallbackMgr; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
33 typedef orc::ObjectLinkingLayer<> ObjLayerT; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
34 typedef orc::IRCompileLayer<ObjLayerT> CompileLayerT; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
35 typedef orc::CompileOnDemandLayer<CompileLayerT, CompileCallbackMgr> CODLayerT; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
47 virtual orc::JITSymbol findSymbolIn(const std::string &Name, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
58 orc::JITSymbol findSymbolIn(const std::string &Name, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
94 CompileLayer(ObjectLayer, orc::SimpleCompiler(TM)), in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
119 static PtrTy fromTargetAddress(orc::TargetAddress Addr) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
123 orc::TargetAddress in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
128 [=]() -> orc::TargetAddress { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
134 void createIndirectStub(StringRef StubName, orc::TargetAddress Addr) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
138 void setIndirectStubPointer(StringRef Name, orc::TargetAddress Addr) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
145 auto Resolver = orc::createLambdaResolver( in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
187 for (auto Ctor : orc::getConstructors(*M)) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
189 for (auto Dtor : orc::getDestructors(*M)) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
205 orc::CtorDtorRunner<OrcCBindingsStack> CtorRunner(std::move(CtorNames), H); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
234 orc::JITSymbol findSymbol(const std::string &Name, bool ExportedSymbolsOnly) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
240 orc::JITSymbol findSymbolIn(ModuleHandleT H, const std::string &Name, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
271 std::unique_ptr<orc::IndirectStubsManager> IndirectStubsMgr; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
276 orc::LocalCXXRuntimeOverrides CXXRuntimeOverrides; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
277 std::vector<orc::CtorDtorRunner<OrcCBindingsStack>> IRStaticDestructorRunners; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()