Searched refs:orc (Results 1 – 25 of 124) sorted by relevance
12345
34 typedef orc::JITCompileCallbackManagerBase CompileCallbackMgr;35 typedef orc::ObjectLinkingLayer<> ObjLayerT;36 typedef orc::IRCompileLayer<ObjLayerT> CompileLayerT;39 typedef orc::IRTransformLayer<CompileLayerT, TransformFtor> IRDumpLayerT;40 typedef orc::LazyEmittingLayer<IRDumpLayerT> LazyEmitLayerT;41 typedef orc::CompileOnDemandLayer<LazyEmitLayerT,58 CompileLayer(ObjectLayer, orc::SimpleCompiler(*this->TM)), in OrcLazyJIT()74 static PtrTy fromTargetAddress(orc::TargetAddress Addr) { in fromTargetAddress()86 for (auto Ctor : orc::getConstructors(*M)) in addModule()88 for (auto Dtor : orc::getDestructors(*M)) in addModule()[all …]
49 typedef orc::JITCompileCallbackManager<IRDumpLayerT, in createCallbackManagerBuilder()50 orc::OrcX86_64> CCMgrT; in createCallbackManagerBuilder()
1001 int orc; /* Individual option return code */ local1016 orc = CONFACK; /* Assume success */1022 orc = CONFREJ; /* Reject bad CI */1040 orc = CONFREJ;1058 orc = CONFNAK;1068 orc = CONFNAK;1073 orc = CONFREJ;1083 orc = CONFREJ;1094 orc = CONFNAK;1104 orc = CONFACK;[all …]
1517 int orc; /* Individual option return code */ local1535 orc = CONFACK; /* Assume success */1541 orc = CONFREJ; /* Reject bad CI */1556 orc = CONFREJ; /* Reject CI */1567 orc = CONFNAK; /* Nak CI */1580 orc = CONFREJ;1590 orc = CONFNAK;1607 orc = CONFREJ;1628 orc = CONFREJ;1632 orc = CONFNAK; /* NAK it and suggest CHAP or EAP */[all …]
910 int orc; /* Individual option return code */ local925 orc = CONFACK; /* Assume success */931 orc = CONFREJ; /* Reject bad CI */947 orc = CONFREJ; /* Reject CI */960 orc = CONFREJ; /* Reject CI */967 orc = CONFNAK;974 orc = CONFNAK;993 orc = CONFREJ;1001 orc = CONFREJ;1009 orc = CONFREJ;[all …]
1433 int orc; /* Individual option return code */ local1450 orc = CONFACK; /* Assume success */1456 orc = CONFREJ; /* Reject bad CI */1470 orc = CONFREJ; /* Reject CI */1484 orc = CONFNAK;1494 orc = CONFREJ;1507 orc = CONFNAK;1526 orc = CONFREJ; /* Reject CI */1540 orc = CONFNAK;1550 orc = CONFREJ;[all …]
4 ; RUN: %lli -jit-kind=orc-mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/m…10 ; RUN: %lli -jit-kind=orc-mcjit -extra-object=%t.cachedir2/multi-module-b.o -extra-object=%t.cached…17 ; RUN: %lli -jit-kind=orc-mcjit -extra-archive=%t.cachedir3/load-object.a %s
1 ; RUN: %lli -jit-kind=orc-mcjit %s > /dev/null
1 ; RUN: %lli -jit-kind=orc-mcjit -extra-module=%p/Inputs/cross-module-b.ll %s > /dev/null
1 ; RUN: %lli -jit-kind=orc-mcjit -extra-module=%p/Inputs/multi-module-b.ll -extra-module=%p/Inputs/m…
5 using namespace llvm::orc;17 namespace orc { namespace
16 RegisterJIT() { llvm::orc::OrcMCJITReplacement::Register(); } in RegisterJIT()24 namespace orc { namespace
1 ; RUN: lli -jit-kind=orc-lazy -orc-lazy-debug=funcs-to-stdout %s | FileCheck %s
1 ; RUN: lli -jit-kind=orc-lazy %s
20 namespace orc {
1 ; RUN: %lli -jit-kind=orc-mcjit -remote-mcjit -mcjit-remote-process=lli-child-target%exeext %s > /d…