Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp1854 SmallString<20> IDStr; in printResourceDirectoryTable() local
1855 raw_svector_ostream OS(IDStr); in printResourceDirectoryTable()
1881 Name = IDStr; in printResourceDirectoryTable()
/llvm-project-15.0.7/llvm/tools/dsymutil/
H A DCFBundle.h21 std::string IDStr; member
H A Ddsymutil.cpp394 if (BI.IDStr.empty()) { in createPlistFile()
397 BI.IDStr = std::string(sys::path::stem(BundleID)); in createPlistFile()
399 BI.IDStr = std::string(BundleID); in createPlistFile()
412 printHTMLEscaped(BI.IDStr, PL); in createPlistFile()
H A DCFBundle.cpp161 CFString::UTF8(BundleID, BundleInfo.IDStr); in getBundleInfo()
/llvm-project-15.0.7/llvm/lib/MC/MCParser/
H A DDarwinAsmParser.cpp915 StringRef IDStr; in parseDirectiveZerofill() local
916 if (getParser().parseIdentifier(IDStr)) in parseDirectiveZerofill()
920 MCSymbol *Sym = getContext().getOrCreateSymbol(IDStr); in parseDirectiveZerofill()
/llvm-project-15.0.7/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp226 std::string IDStr; in constructDieID() local
227 llvm::raw_string_ostream ID(IDStr); in constructDieID()