Home
last modified time | relevance | path

Searched refs:IsBootstrapping (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DELFNixPlatform.h200 bool IsBootstrapping);
206 bool IsBootstrapping);
239 bool IsBootstrapping);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp692 bool IsBootstrapping) { in registerPerObjectSections() argument
696 if (LLVM_UNLIKELY(IsBootstrapping)) { in registerPerObjectSections()
807 bool IsBootstrapping) { in addEHAndTLVSupportPasses() argument
821 Config.PostFixupPasses.push_back([this, IsBootstrapping]( in addEHAndTLVSupportPasses()
856 if (auto Err = MP.registerPerObjectSections(G, POSR, IsBootstrapping)) in addEHAndTLVSupportPasses()
901 jitlink::LinkGraph &G, JITDylib &JD, bool IsBootstrapping) { in registerInitSections() argument
963 if (LLVM_UNLIKELY(IsBootstrapping)) { in registerInitSections()
H A DCOFFPlatform.cpp753 bool IsBootstrapping = CP.Bootstrapping.load(); in modifyPassConfig() local
758 [this, &MR, IsBootstrapping](jitlink::LinkGraph &G) { in modifyPassConfig()
759 return associateJITDylibHeaderSymbol(G, MR, IsBootstrapping); in modifyPassConfig()
768 if (!IsBootstrapping) in modifyPassConfig()