Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/dsymutil/
DCFBundle.cpp160 if (CFStringRef BundleID = Bundle.GetIdentifier()) { in getBundleInfo() local
161 CFString::UTF8(BundleID, BundleInfo.IDStr); in getBundleInfo()
Ddsymutil.cpp324 StringRef BundleID = *sys::path::rbegin(BundleRoot); in createPlistFile() local
326 BI.IDStr = std::string(sys::path::stem(BundleID)); in createPlistFile()
328 BI.IDStr = std::string(BundleID); in createPlistFile()
/external/llvm/tools/dsymutil/
Ddsymutil.cpp116 llvm::StringRef BundleID = *llvm::sys::path::rbegin(BundleRoot); in createPlistFile() local
118 bundleIDStr = llvm::sys::path::stem(BundleID); in createPlistFile()
120 bundleIDStr = BundleID; in createPlistFile()
/external/llvm-project/llvm/tools/llvm-rc/
DResourceFileWriter.cpp482 uint16_t BundleID = String.first >> 4; in visitStringTableResource() local
483 StringTableInfo::BundleKey Key(BundleID, ObjectData.LanguageInfo); in visitStringTableResource()