Home
last modified time | relevance | path

Searched refs:bootstrapPipelineStart (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h156 Error bootstrapPipelineStart(jitlink::LinkGraph &G);
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp746 [this](LinkGraph &G) { return bootstrapPipelineStart(G); }); in modifyPassConfig()
811 Error MachOPlatform::MachOPlatformPlugin::bootstrapPipelineStart( in bootstrapPipelineStart() function in llvm::orc::MachOPlatform::MachOPlatformPlugin