• Home
  • Raw
  • Download

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> in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
47 virtual orc::JITSymbol findSymbolIn(const std::string &Name, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
57 orc::JITSymbol findSymbolIn(const std::string &Name, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
87 CompileLayer(ObjectLayer, orc::SimpleCompiler(TM)), in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
112 static PtrTy fromTargetAddress(orc::TargetAddress Addr) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
116 orc::TargetAddress in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
120 CCInfo.setCompileAction([=]() -> orc::TargetAddress { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
127 orc::TargetAddress Addr) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
133 orc::TargetAddress Addr) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
140 return orc::createLambdaResolver( in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
177 for (auto Ctor : orc::getConstructors(*M)) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
179 for (auto Dtor : orc::getDestructors(*M)) in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
195 orc::CtorDtorRunner<OrcCBindingsStack> CtorRunner(std::move(CtorNames), H); in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
225 orc::JITSymbol findSymbol(const std::string &Name, bool ExportedSymbolsOnly) { in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
231 orc::JITSymbol findSymbolIn(ModuleHandleT H, const std::string &Name, in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
270 std::unique_ptr<orc::IndirectStubsManager> IndirectStubsMgr; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
280 orc::LocalCXXRuntimeOverrides CXXRuntimeOverrides; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()
281 std::vector<orc::CtorDtorRunner<OrcCBindingsStack>> IRStaticDestructorRunners; in DEFINE_SIMPLE_CONVERSION_FUNCTIONS()