Searched refs:IDStr (Results 1 – 4 of 4) sorted by relevance
59 SmallString<20> IDStr; in printEntry() local 60 raw_svector_ostream OS(IDStr); in printEntry() 62 SW.printString("Resource type (int)", IDStr); in printEntry()
2011 SmallString<20> IDStr; in printResourceDirectoryTable() local2012 raw_svector_ostream OS(IDStr); in printResourceDirectoryTable()2038 Name = IDStr; in printResourceDirectoryTable()
914 StringRef IDStr; in parseDirectiveZerofill() local915 if (getParser().parseIdentifier(IDStr)) in parseDirectiveZerofill()919 MCSymbol *Sym = getContext().getOrCreateSymbol(IDStr); in parseDirectiveZerofill()
237 std::string IDStr; in constructDieID() local238 llvm::raw_string_ostream ID(IDStr); in constructDieID()