Home
last modified time | relevance | path

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

/llvm-project/bolt/lib/RuntimeLibs/
H A DRuntimeLibrary.cpp32 SmallString<128> LibPath = llvm::sys::path::parent_path(Dir); in getLibPath() local
48 loadLibrary(StringRef LibPath,BOLTLinker & Linker,BOLTLinker::SectionsMapper MapSections) loadLibrary() argument
[all...]
H A DHugifyRuntimeLibrary.cpp66 std::string LibPath = getLibPath(ToolPath, opts::RuntimeHugifyLib); in link() local
H A DInstrumentationRuntimeLibrary.cpp200 std::string LibPath = getLibPath(ToolPath, opts::RuntimeInstrumentationLib); in link() local
/llvm-project/clang-tools-extra/clangd/xpc/test-client/
H A DClangdXPCTestClient.cpp50 std::string LibPath = getLibraryPath(); in main() local
/llvm-project/llvm/unittests/Support/DynamicLibrary/
H A DDynamicLibraryTest.cpp24 std::string LibPath(const std::string Name = "PipSqueak") { in LibPath() function
/llvm-project/llvm/unittests/Passes/Plugins/
H A DPluginsTest.cpp32 static std::string LibPath(const std::string Name = "TestPlugin") { in LibPath() function
/llvm-project/clang/lib/Driver/ToolChains/
H A DWebAssembly.cpp560 std::string LibPath = SysRoot + "/include"; addLibCxxIncludePaths() local
588 std::string LibPath = SysRoot + "/include"; addLibStdCXXIncludePaths() local
H A DMSVC.cpp138 for (const auto &LibPath : Args.getAllArgValues(options::OPT_L)) ConstructJob() local
153 for (const auto &LibPath : TC.getLibraryPaths()) { ConstructJob() local
588 llvm::SmallString<128> LibPath(UniversalCRTSdkPath); getUniversalCRTLibraryPath() local
H A DHIPSPV.cpp247 for (auto *LibPath : LibraryPaths) { in getDeviceLibs() local
H A DHexagon.cpp387 for (const auto &LibPath : LibPaths) constructHexagonLinkArgs() local
446 for (const auto &LibPath : LibPaths) constructHexagonLinkArgs() local
H A DROCm.h117 SmallString<0> LibPath; variable
H A DBareMetal.cpp495 for (const auto &LibPath : TC.getLibraryPaths()) ConstructJob() local
H A DMinGW.cpp237 for (const auto &LibPath : TC.getLibraryPaths()) { ConstructJob() local
H A DCommonArgs.cpp2587 std::optional<std::string> LibPath = AddStaticDeviceLibs() local
2731 std::optional<std::string> LibPath = addOpenMPDeviceRTL() local
2742 for (const auto &LibPath : HostTC.getFilePaths()) addOpenMPDeviceRTL() local
H A DGnu.cpp3159 const std::string &LibPath = AddMultilibPaths() local
3221 const std::string &LibPath = AddMultiarchPaths() local
3238 std::string LibPath(GCCInstallation.getParentLibPath()); AddMultilibIncludeArgs() local
/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp81 auto LoadLibrary = [&](SmallString<256> LibPath, StringRef LibName) -> Error { in loadVCRuntime()
/llvm-project/llvm/lib/WindowsDriver/
H A DMSVCPaths.cpp314 bool appendArchToWindowsSDKLibPath(int SDKMajor, SmallString<128> LibPath, in appendArchToWindowsSDKLibPath()
/llvm-project/clang/lib/Driver/
H A DToolChain.cpp679 for (const auto &LibPath : getLibraryPaths()) { getCompilerRT() local
1304 for (const auto &LibPath : getFilePaths()) AddFilePathLibArgs() local
/llvm-project/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp1183 getOrLoadDynamicLibrary(StringRef LibPath) getOrLoadDynamicLibrary() argument
1202 loadAndLinkDynamicLibrary(JITDylib & JD,StringRef LibPath) loadAndLinkDynamicLibrary() argument
1998 SmallVector<char, 256> LibPath; addLibraries() local
[all...]
/llvm-project/clang/tools/clang-installapi/
H A DOptions.cpp539 for (const StringRef LibPath : DefaultLibraryPaths) { processFrontendOptions() local