Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp1850 SmallString<20> IDStr; in printResourceDirectoryTable() local
1851 raw_svector_ostream OS(IDStr); in printResourceDirectoryTable()
1877 Name = StringRef(IDStr); in printResourceDirectoryTable()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DCFBundle.h21 std::string IDStr; member
H A Ddsymutil.cpp326 if (BI.IDStr.empty()) { in createPlistFile()
329 BI.IDStr = std::string(sys::path::stem(BundleID)); in createPlistFile()
331 BI.IDStr = std::string(BundleID); in createPlistFile()
344 printHTMLEscaped(BI.IDStr, PL); in createPlistFile()
H A DCFBundle.cpp161 CFString::UTF8(BundleID, BundleInfo.IDStr); in getBundleInfo()
/netbsd-src/external/apache2/llvm/dist/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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp188 std::string IDStr; in constructDieID() local
189 llvm::raw_string_ostream ID(IDStr); in constructDieID()