Home
last modified time | relevance | path

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

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