Home
last modified time | relevance | path

Searched refs:BundleID (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DCFBundle.cpp160 if (CFStringRef BundleID = Bundle.GetIdentifier()) { in getBundleInfo() local
161 CFString::UTF8(BundleID, BundleInfo.IDStr); in getBundleInfo()
H A Ddsymutil.cpp327 StringRef BundleID = *sys::path::rbegin(BundleRoot); in createPlistFile() local
329 BI.IDStr = std::string(sys::path::stem(BundleID)); in createPlistFile()
331 BI.IDStr = std::string(BundleID); in createPlistFile()
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp142 StringRef BundleID; member
188 llvm::outs() << Info.BundleID << '\n'; in listBundleIDs()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-rc/
H A DResourceFileWriter.cpp482 uint16_t BundleID = String.first >> 4; in visitStringTableResource() local
483 StringTableInfo::BundleKey Key(BundleID, ObjectData.LanguageInfo); in visitStringTableResource()