Home
last modified time | relevance | path

Searched refs:LibName (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp1098 StringRef LibName = A ? A->getValue() : CLANG_DEFAULT_RTLIB; in GetRuntimeLibType() local
1101 if (LibName == "compiler-rt") in GetRuntimeLibType()
1103 else if (LibName == "libgcc") in GetRuntimeLibType()
1105 else if (LibName == "platform") in GetRuntimeLibType()
1124 StringRef LibName = A ? A->getValue() : CLANG_DEFAULT_UNWINDLIB; in GetUnwindLibType() local
1126 if (LibName == "none") in GetUnwindLibType()
1128 else if (LibName == "platform" || LibName == "") { in GetUnwindLibType()
1137 } else if (LibName == "libunwind") { in GetUnwindLibType()
1141 } else if (LibName == "libgcc") in GetUnwindLibType()
1159 StringRef LibName = A ? A->getValue() : CLANG_DEFAULT_CXX_STDLIB; in GetCXXStdlibType() local
[all …]
H A DOffloadBundler.cpp157 StringRef LibName = sys::path::stem(BundleFileName); in getDeviceLibraryFileName() local
161 Result += LibName; in getDeviceLibraryFileName()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCOFFVCRuntimeSupport.cpp81 auto LoadLibrary = [&](SmallString<256> LibPath, StringRef LibName) -> Error { in loadVCRuntime() argument
82 sys::path::append(LibPath, LibName); in loadVCRuntime()
/freebsd/contrib/llvm-project/llvm/tools/llvm-tli-checker/
H A Dllvm-tli-checker.cpp159 void populateFromFile(StringRef LibDir, StringRef LibName);
220 void SDKNameMap::populateFromFile(StringRef LibDir, StringRef LibName) { in populateFromArchive()
223 sys::path::append(Filepath, LibName); in populateFromArchive()
227 populateFromFile(StringRef LibDir,StringRef LibName) populateFromFile() argument
/freebsd/contrib/llvm-project/clang/lib/InstallAPI/
H A DDylibVerifier.cpp827 for (const StringRef LibName : BinInfo.RexportedLibraries) in verifyBinaryAttrs() local
828 DylibReexports[LibName].set(DylibTargets.back().Arch); in verifyBinaryAttrs()
829 for (const StringRef LibName : BinInfo.AllowableClients) in verifyBinaryAttrs() local
830 DylibClients[LibName].set(DylibTargets.back().Arch); in verifyBinaryAttrs()