Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/lib/RuntimeLibs/
H A DRuntimeLibrary.cpp30 SmallString<128> LibPath = llvm::sys::path::parent_path(Dir); in getLibPath() local
46 void RuntimeLibrary::loadLibrary(StringRef LibPath, RuntimeDyld &RTDyld) { in loadLibrary()
H A DHugifyRuntimeLibrary.cpp95 std::string LibPath = getLibPath(ToolPath, opts::RuntimeHugifyLib); in link() local
H A DInstrumentationRuntimeLibrary.cpp196 std::string LibPath = getLibPath(ToolPath, opts::RuntimeInstrumentationLib); in link() local
/llvm-project-15.0.7/clang-tools-extra/clangd/xpc/test-client/
H A DClangdXPCTestClient.cpp50 std::string LibPath = getLibraryPath(); in main() local
/llvm-project-15.0.7/llvm/unittests/Passes/
H A DPluginsTest.cpp31 static std::string LibPath(const std::string Name = "TestPlugin") { in LibPath() function
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DCuda.h35 std::string LibPath; variable
H A DWebAssembly.cpp474 std::string LibPath = SysRoot + "/include"; in addLibCxxIncludePaths() local
502 std::string LibPath = SysRoot + "/include"; in addLibStdCXXIncludePaths() local
H A DMSVC.cpp145 for (const auto &LibPath : TC.getLibraryPaths()) { in ConstructJob() local
154 for (const auto &LibPath : Args.getAllArgValues(options::OPT_L)) in ConstructJob() local
561 llvm::SmallString<128> LibPath(UniversalCRTSdkPath); in getUniversalCRTLibraryPath() local
H A DHIPSPV.cpp251 for (auto *LibPath : LibraryPaths) { in getHIPDeviceLibs() local
H A DROCm.h107 SmallString<0> LibPath; variable
H A DMinGW.cpp211 for (const auto &LibPath : TC.getLibraryPaths()) { in ConstructJob() local
H A DHexagon.cpp440 for (const auto &LibPath : LibPaths) in constructHexagonLinkArgs() local
H A DGnu.cpp2904 const std::string &LibPath = in AddMultilibPaths() local
2965 const std::string &LibPath = in AddMultiarchPaths() local
2982 std::string LibPath(GCCInstallation.getParentLibPath()); in AddMultilibIncludeArgs() local
H A DCommonArgs.cpp1932 llvm::Optional<std::string> LibPath = in AddStaticDeviceLibs() local
2081 llvm::Optional<std::string> LibPath = in addOpenMPDeviceRTL() local
/llvm-project-15.0.7/llvm/unittests/Support/DynamicLibrary/
H A DDynamicLibraryTest.cpp21 std::string LibPath(const std::string Name = "PipSqueak") { in LibPath() function
/llvm-project-15.0.7/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp310 bool appendArchToWindowsSDKLibPath(int SDKMajor, SmallString<128> LibPath, in appendArchToWindowsSDKLibPath()
/llvm-project-15.0.7/clang/lib/Driver/
H A DToolChain.cpp516 for (const auto &LibPath : getLibraryPaths()) { in getCompilerRT() local
1028 for (const auto &LibPath : getFilePaths()) in AddFilePathLibArgs() local
/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1682 SmallVector<char, 256> LibPath; in addLibraries() local