Searched refs:IDStr (Results 1 – 2 of 2) sorted by relevance
917 StringRef IDStr; in parseDirectiveZerofill() local918 if (getParser().parseIdentifier(IDStr)) in parseDirectiveZerofill()922 MCSymbol *Sym = getContext().getOrCreateSymbol(IDStr); in parseDirectiveZerofill()
1777 SmallString<20> IDStr; in printResourceDirectoryTable() local1778 raw_svector_ostream OS(IDStr); in printResourceDirectoryTable()1799 IDStr = IDStr.slice(0, IDStr.find_first_of(")", 0) + 1); in printResourceDirectoryTable()1804 Name = StringRef(IDStr); in printResourceDirectoryTable()