Home
last modified time | relevance | path

Searched defs:VCRuntimePath (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFPlatform.cpp166 const char *VCRuntimePath, std::optional<SymbolAliasMap> RuntimeAliases) { in Create() argument
229 const char *VCRuntimePath, in Create() argument
391 const char *VCRuntimePath, Error &Err) in COFFPlatform() argument
H A DLLJIT.cpp1144 const char *VCRuntimePath = nullptr; in operator ()() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLLJIT.h587 ExecutorNativePlatform &addVCRuntime(std::string VCRuntimePath, in addVCRuntime()