Searched refs:IDStr (Results 1 – 4 of 4) 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 = IDStr; in printResourceDirectoryTable()
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()