Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.h54 loadStaticVCRuntime(JITDylib &JD, bool DebugVersion = false);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp39 COFFVCRuntimeBootstrapper::loadStaticVCRuntime(JITDylib &JD, in loadStaticVCRuntime() function in COFFVCRuntimeBootstrapper
H A DCOFFPlatform.cpp295 ? VCRuntimeBootstrap->loadStaticVCRuntime(JD) in setupJITDylib()
416 StaticVCRuntime ? VCRuntimeBootstrap->loadStaticVCRuntime(PlatformJD) in COFFPlatform()