Searched refs:IDStr (Results 1 – 7 of 7) sorted by relevance
59 SmallString<20> IDStr; in printEntry() local60 raw_svector_ostream OS(IDStr); in printEntry()62 SW.printString("Resource type (int)", IDStr); in printEntry()
1850 SmallString<20> IDStr; in printResourceDirectoryTable() local1851 raw_svector_ostream OS(IDStr); in printResourceDirectoryTable()1877 Name = StringRef(IDStr); in printResourceDirectoryTable()
21 std::string IDStr; member
326 if (BI.IDStr.empty()) { in createPlistFile()329 BI.IDStr = std::string(sys::path::stem(BundleID)); in createPlistFile()331 BI.IDStr = std::string(BundleID); in createPlistFile()344 printHTMLEscaped(BI.IDStr, PL); in createPlistFile()
161 CFString::UTF8(BundleID, BundleInfo.IDStr); in getBundleInfo()
915 StringRef IDStr; in parseDirectiveZerofill() local916 if (getParser().parseIdentifier(IDStr)) in parseDirectiveZerofill()920 MCSymbol *Sym = getContext().getOrCreateSymbol(IDStr); in parseDirectiveZerofill()
188 std::string IDStr; in constructDieID() local189 llvm::raw_string_ostream ID(IDStr); in constructDieID()