Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DCOFFVCRuntimeSupport.h54 loadStaticVCRuntime(JITDylib &JD, bool DebugVersion = false);
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DCOFFVCRuntimeSupport.cpp39 COFFVCRuntimeBootstrapper::loadStaticVCRuntime(JITDylib &JD, in loadStaticVCRuntime() function in COFFVCRuntimeBootstrapper
DCOFFPlatform.cpp262 ? VCRuntimeBootstrap->loadStaticVCRuntime(JD) in setupJITDylib()
398 StaticVCRuntime ? VCRuntimeBootstrap->loadStaticVCRuntime(PlatformJD) in COFFPlatform()