Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp395 StringRef BundleID = *sys::path::rbegin(BundleRoot); in createPlistFile() local
397 BI.IDStr = std::string(sys::path::stem(BundleID)); in createPlistFile()
399 BI.IDStr = std::string(BundleID); in createPlistFile()
/llvm-project-15.0.7/clang/tools/clang-offload-bundler/
H A DClangOffloadBundler.cpp239 StringRef BundleID; member
285 llvm::outs() << Info.BundleID << '\n'; in listBundleIDs()
/llvm-project-15.0.7/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()