Searched refs:VCRuntimePath (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | COFFPlatform.h | 47 const char *VCRuntimePath = nullptr, 54 const char *VCRuntimePath = nullptr, 154 const char *VCRuntimePath, Error &Err);
|
H A D | LLJIT.h | 587 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 D | COFFPlatform.cpp | 166 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 D | LLJIT.cpp | 1144 const char *VCRuntimePath = nullptr; in operator ()() local 1147 VCRuntimePath = VCRuntime->first.c_str(); in operator ()() 1152 LoadAndLinkDynLibrary(J), StaticVCRuntime, VCRuntimePath)) in operator ()()
|