Home
last modified time | relevance | path

Searched refs:VCRuntimePath (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCOFFPlatform.h47 const char *VCRuntimePath = nullptr,
54 const char *VCRuntimePath = nullptr,
154 const char *VCRuntimePath, Error &Err);
H A DLLJIT.h587 ExecutorNativePlatform &addVCRuntime(std::string VCRuntimePath, in addVCRuntime() argument
589 VCRuntime = {std::move(VCRuntimePath), StaticVCRuntime}; in addVCRuntime()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp166 const char *VCRuntimePath, std::optional<SymbolAliasMap> RuntimeAliases) { in Create() argument
219 std::move(LoadDynLibrary), StaticVCRuntime, VCRuntimePath, Err)); in Create()
229 const char *VCRuntimePath, in Create() argument
237 std::move(LoadDynLibrary), StaticVCRuntime, VCRuntimePath, in Create()
391 const char *VCRuntimePath, Error &Err) in COFFPlatform() argument
405 COFFVCRuntimeBootstrapper::Create(ES, ObjLinkingLayer, VCRuntimePath); in COFFPlatform()
H A DLLJIT.cpp1144 const char *VCRuntimePath = nullptr; in operator ()() local
1147 VCRuntimePath = VCRuntime->first.c_str(); in operator ()()
1152 LoadAndLinkDynLibrary(J), StaticVCRuntime, VCRuntimePath)) in operator ()()