Searched defs:LibName (Results 1 – 5 of 5) sorted by relevance
81 auto LoadLibrary = [&](SmallString<256> LibPath, StringRef LibName) -> Error { in loadVCRuntime()
827 for (const StringRef LibName : BinInfo.RexportedLibraries) in verifyBinaryAttrs() local829 for (const StringRef LibName : BinInfo.AllowableClients) in verifyBinaryAttrs() local
1098 StringRef LibName = A ? A->getValue() : CLANG_DEFAULT_RTLIB; in GetRuntimeLibType() local1124 StringRef LibName = A ? A->getValue() : CLANG_DEFAULT_UNWINDLIB; in GetUnwindLibType() local1159 StringRef LibName = A ? A->getValue() : CLANG_DEFAULT_CXX_STDLIB; in GetCXXStdlibType() local
157 StringRef LibName = sys::path::stem(BundleFileName); in getDeviceLibraryFileName() local
227 populateFromFile(StringRef LibDir,StringRef LibName) populateFromFile() argument