Home
last modified time | relevance | path

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

/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/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
DCFBundle.cpp162 if (CFStringRef BundleID = Bundle.GetIdentifier()) { in getBundleInfo() local
163 CFString::UTF8(BundleID, BundleInfo.IDStr); in getBundleInfo()
Ddsymutil.cpp186 llvm::StringRef BundleID = *llvm::sys::path::rbegin(BundleRoot); in createPlistFile() local
188 BI.IDStr = llvm::sys::path::stem(BundleID); in createPlistFile()
190 BI.IDStr = BundleID; in createPlistFile()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
DResourceFileWriter.cpp482 uint16_t BundleID = String.first >> 4; in visitStringTableResource() local
483 StringTableInfo::BundleKey Key(BundleID, ObjectData.LanguageInfo); in visitStringTableResource()