Home
last modified time | relevance | path

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

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