Searched refs:emitPartition (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 122 void emitPartition(std::unique_ptr<MaterializationResponsibility> R,
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.cpp | 88 Parent.emitPartition(std::move(R), std::move(TSM), in materialize() 242 void CompileOnDemandLayer::emitPartition( in emitPartition() function in llvm::orc::CompileOnDemandLayer
|
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.cpp | 91 Parent.emitPartition(std::move(R), std::move(TSM), in materialize() 258 void CompileOnDemandLayer::emitPartition( in emitPartition() function in llvm::orc::CompileOnDemandLayer
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 123 void emitPartition(MaterializationResponsibility R, ThreadSafeModule TSM, 594 if (auto PartKeyOrErr = emitPartition(LD, LMId, Part)) { in extractAndCompile() 628 emitPartition(LogicalDylib &LD, in emitPartition() function
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 400 auto PartH = emitPartition(LD, LMH, Part); in extractAndCompile() 424 BaseLayerModuleSetHandleT emitPartition(CODLogicalDylib &LD, in emitPartition() function
|