Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DWindowsResourceDumper.cpp59 SmallString<20> IDStr; in printEntry() local
60 raw_svector_ostream OS(IDStr); in printEntry()
62 SW.printString("Resource type (int)", IDStr); in printEntry()
H A DCOFFDumper.cpp2011 SmallString<20> IDStr; in printResourceDirectoryTable() local
2012 raw_svector_ostream OS(IDStr); in printResourceDirectoryTable()
2038 Name = IDStr; in printResourceDirectoryTable()
/freebsd/contrib/llvm-project/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp914 StringRef IDStr; in parseDirectiveZerofill() local
915 if (getParser().parseIdentifier(IDStr)) in parseDirectiveZerofill()
919 MCSymbol *Sym = getContext().getOrCreateSymbol(IDStr); in parseDirectiveZerofill()
/freebsd/contrib/llvm-project/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp237 std::string IDStr; in constructDieID() local
238 llvm::raw_string_ostream ID(IDStr); in constructDieID()