/llvm-project/bolt/lib/RuntimeLibs/ |
H A D | RuntimeLibrary.cpp | 32 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 D | HugifyRuntimeLibrary.cpp | 66 std::string LibPath = getLibPath(ToolPath, opts::RuntimeHugifyLib); in link() local
|
H A D | InstrumentationRuntimeLibrary.cpp | 200 std::string LibPath = getLibPath(ToolPath, opts::RuntimeInstrumentationLib); in link() local
|
/llvm-project/clang-tools-extra/clangd/xpc/test-client/ |
H A D | ClangdXPCTestClient.cpp | 50 std::string LibPath = getLibraryPath(); in main() local
|
/llvm-project/llvm/unittests/Support/DynamicLibrary/ |
H A D | DynamicLibraryTest.cpp | 24 std::string LibPath(const std::string Name = "PipSqueak") { in LibPath() function
|
/llvm-project/llvm/unittests/Passes/Plugins/ |
H A D | PluginsTest.cpp | 32 static std::string LibPath(const std::string Name = "TestPlugin") { in LibPath() function
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | WebAssembly.cpp | 560 std::string LibPath = SysRoot + "/include"; addLibCxxIncludePaths() local 588 std::string LibPath = SysRoot + "/include"; addLibStdCXXIncludePaths() local
|
H A D | MSVC.cpp | 138 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 D | HIPSPV.cpp | 247 for (auto *LibPath : LibraryPaths) { in getDeviceLibs() local
|
H A D | Hexagon.cpp | 387 for (const auto &LibPath : LibPaths) constructHexagonLinkArgs() local 446 for (const auto &LibPath : LibPaths) constructHexagonLinkArgs() local
|
H A D | ROCm.h | 117 SmallString<0> LibPath; variable
|
H A D | BareMetal.cpp | 495 for (const auto &LibPath : TC.getLibraryPaths()) ConstructJob() local
|
H A D | MinGW.cpp | 237 for (const auto &LibPath : TC.getLibraryPaths()) { ConstructJob() local
|
H A D | CommonArgs.cpp | 2587 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 D | Gnu.cpp | 3159 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 D | COFFVCRuntimeSupport.cpp | 81 auto LoadLibrary = [&](SmallString<256> LibPath, StringRef LibName) -> Error { in loadVCRuntime()
|
/llvm-project/llvm/lib/WindowsDriver/ |
H A D | MSVCPaths.cpp | 314 bool appendArchToWindowsSDKLibPath(int SDKMajor, SmallString<128> LibPath, in appendArchToWindowsSDKLibPath()
|
/llvm-project/clang/lib/Driver/ |
H A D | ToolChain.cpp | 679 for (const auto &LibPath : getLibraryPaths()) { getCompilerRT() local 1304 for (const auto &LibPath : getFilePaths()) AddFilePathLibArgs() local
|
/llvm-project/llvm/tools/llvm-jitlink/ |
H A D | llvm-jitlink.cpp | 1183 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 D | Options.cpp | 539 for (const StringRef LibPath : DefaultLibraryPaths) { processFrontendOptions() local
|