Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-readobj/
DWindowsResourceDumper.cpp59 SmallString<20> IDStr; in printEntry() local
60 raw_svector_ostream OS(IDStr); in printEntry()
62 SW.printString("Resource type (int)", IDStr); in printEntry()
DCOFFDumper.cpp1832 SmallString<20> IDStr; in printResourceDirectoryTable() local
1833 raw_svector_ostream OS(IDStr); in printResourceDirectoryTable()
1859 Name = StringRef(IDStr); in printResourceDirectoryTable()
/external/llvm-project/llvm/tools/dsymutil/
DCFBundle.h21 std::string IDStr; member
Ddsymutil.cpp323 if (BI.IDStr.empty()) { in createPlistFile()
326 BI.IDStr = std::string(sys::path::stem(BundleID)); in createPlistFile()
328 BI.IDStr = std::string(BundleID); in createPlistFile()
341 printHTMLEscaped(BI.IDStr, PL); in createPlistFile()
DCFBundle.cpp161 CFString::UTF8(BundleID, BundleInfo.IDStr); in getBundleInfo()
/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/llvm-project/llvm/tools/llvm-dwarfdump/
DStatistics.cpp178 std::string IDStr; in constructDieID() local
179 llvm::raw_string_ostream ID(IDStr); in constructDieID()
/external/llvm-project/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp916 StringRef IDStr; in parseDirectiveZerofill() local
917 if (getParser().parseIdentifier(IDStr)) in parseDirectiveZerofill()
921 MCSymbol *Sym = getContext().getOrCreateSymbol(IDStr); in parseDirectiveZerofill()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DDarwinAsmParser.cpp916 StringRef IDStr; in parseDirectiveZerofill() local
917 if (getParser().parseIdentifier(IDStr)) in parseDirectiveZerofill()
921 MCSymbol *Sym = getContext().getOrCreateSymbol(IDStr); in parseDirectiveZerofill()