Home
last modified time | relevance | path

Searched refs:IDStr (Results 1 – 3 of 3) 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.cpp2057 SmallString<20> IDStr; in printResourceDirectoryTable() local
2058 raw_svector_ostream OS(IDStr); in printResourceDirectoryTable()
2084 Name = IDStr; in printResourceDirectoryTable()
/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()
244 return IDStr; in constructDieID()
259 return IDStr; in constructDieID()