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()
2008 SmallString<20> IDStr; in printResourceDirectoryTable() local2009 raw_svector_ostream OS(IDStr); in printResourceDirectoryTable()2035 Name = IDStr; in printResourceDirectoryTable()
914 StringRef IDStr; in parseDirectiveZerofill() local915 if (getParser().parseIdentifier(IDStr)) in parseDirectiveZerofill()919 MCSymbol *Sym = getContext().getOrCreateSymbol(IDStr); in parseDirectiveZerofill()
226 std::string IDStr; in constructDieID() local227 llvm::raw_string_ostream ID(IDStr); in constructDieID()