Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMachOPlatform.h245 Error bootstrapPipelineStart(jitlink::LinkGraph &G);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp796 [this](LinkGraph &G) { return bootstrapPipelineStart(G); }); in modifyPassConfig()
877 Error MachOPlatform::MachOPlatformPlugin::bootstrapPipelineStart( in bootstrapPipelineStart() function in llvm::orc::MachOPlatform::MachOPlatformPlugin