Home
last modified time | relevance | path

Searched refs:IDStr (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/tools/dsymutil/
Ddsymutil.cpp185 if (BI.IDStr.empty()) { in createPlistFile()
188 BI.IDStr = llvm::sys::path::stem(BundleID); in createPlistFile()
190 BI.IDStr = BundleID; in createPlistFile()
202 << "\t\t<string>com.apple.xcode.dsym." << BI.IDStr << "</string>\n" in createPlistFile()
DCFBundle.h19 std::string IDStr; member
DCFBundle.cpp163 CFString::UTF8(BundleID, BundleInfo.IDStr); in getBundleInfo()
/external/swiftshader/third_party/LLVM/lib/MC/MCParser/
DDarwinAsmParser.cpp607 StringRef IDStr; in ParseDirectiveZerofill() local
608 if (getParser().ParseIdentifier(IDStr)) in ParseDirectiveZerofill()
612 MCSymbol *Sym = getContext().GetOrCreateSymbol(IDStr); in ParseDirectiveZerofill()
/external/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp836 StringRef IDStr; in parseDirectiveZerofill() local
837 if (getParser().parseIdentifier(IDStr)) in parseDirectiveZerofill()
841 MCSymbol *Sym = getContext().getOrCreateSymbol(IDStr); in parseDirectiveZerofill()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp912 StringRef IDStr; in parseDirectiveZerofill() local
913 if (getParser().parseIdentifier(IDStr)) in parseDirectiveZerofill()
917 MCSymbol *Sym = getContext().getOrCreateSymbol(IDStr); in parseDirectiveZerofill()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1745 SmallString<20> IDStr; in printResourceDirectoryTable() local
1746 raw_svector_ostream OS(IDStr); in printResourceDirectoryTable()
1767 IDStr = IDStr.slice(0, IDStr.find_first_of(")", 0) + 1); in printResourceDirectoryTable()
1772 Name = StringRef(IDStr); in printResourceDirectoryTable()