Home
last modified time | relevance | path

Searched refs:IDStr (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp917 StringRef IDStr; in parseDirectiveZerofill() local
918 if (getParser().parseIdentifier(IDStr)) in parseDirectiveZerofill()
922 MCSymbol *Sym = getContext().getOrCreateSymbol(IDStr); in parseDirectiveZerofill()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1777 SmallString<20> IDStr; in printResourceDirectoryTable() local
1778 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()