Home
last modified time | relevance | path

Searched defs:LibPath (Results 1 – 13 of 13) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DWebAssembly.cpp474 std::string LibPath = SysRoot + "/include"; in addLibCxxIncludePaths() local
502 std::string LibPath = SysRoot + "/include"; in addLibStdCXXIncludePaths() local
H A DMSVC.cpp144 for (const auto &LibPath : TC.getLibraryPaths()) { in ConstructJob() local
153 for (const auto &LibPath : Args.getAllArgValues(options::OPT_L)) in ConstructJob() local
564 llvm::SmallString<128> LibPath(UniversalCRTSdkPath); in getUniversalCRTLibraryPath() local
H A DBareMetal.cpp322 for (const auto &LibPath : TC.getLibraryPaths()) in ConstructJob() local
H A DHIPSPV.cpp251 for (auto *LibPath : LibraryPaths) { in getDeviceLibs() local
H A DROCm.h107 SmallString<0> LibPath; variable
H A DMinGW.cpp232 for (const auto &LibPath : TC.getLibraryPaths()) { in ConstructJob() local
H A DGnu.cpp2958 const std::string &LibPath = in AddMultilibPaths() local
3019 const std::string &LibPath = in AddMultiarchPaths() local
3036 std::string LibPath(GCCInstallation.getParentLibPath()); in AddMultilibIncludeArgs() local
H A DHexagon.cpp441 for (const auto &LibPath : LibPaths) in constructHexagonLinkArgs() local
H A DCommonArgs.cpp2127 std::optional<std::string> LibPath = in AddStaticDeviceLibs() local
2293 std::optional<std::string> LibPath = in addOpenMPDeviceRTL() local
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp81 auto LoadLibrary = [&](SmallString<256> LibPath, StringRef LibName) -> Error { in loadVCRuntime()
/openbsd-src/gnu/llvm/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp310 bool appendArchToWindowsSDKLibPath(int SDKMajor, SmallString<128> LibPath, in appendArchToWindowsSDKLibPath()
/openbsd-src/gnu/llvm/clang/lib/Driver/
H A DToolChain.cpp549 for (const auto &LibPath : getLibraryPaths()) { in getCompilerRT() local
1076 for (const auto &LibPath : getFilePaths()) in AddFilePathLibArgs() local
/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1120 Expected<JITDylib *> Session::getOrLoadDynamicLibrary(StringRef LibPath) { in getOrLoadDynamicLibrary()
1139 Error Session::loadAndLinkDynamicLibrary(JITDylib &JD, StringRef LibPath) { in loadAndLinkDynamicLibrary()
1688 SmallVector<char, 256> LibPath; in addLibraries() local