Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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.cpp1919 SmallString<20> IDStr; in printResourceDirectoryTable() local
1920 raw_svector_ostream OS(IDStr); in printResourceDirectoryTable()
1946 Name = IDStr; in printResourceDirectoryTable()
/openbsd-src/gnu/llvm/llvm/tools/dsymutil/
H A DCFBundle.h21 std::string IDStr; member
H A Ddsymutil.cpp397 if (BI.IDStr.empty()) { in createPlistFile()
400 BI.IDStr = std::string(sys::path::stem(BundleID)); in createPlistFile()
402 BI.IDStr = std::string(BundleID); in createPlistFile()
415 printHTMLEscaped(BI.IDStr, PL); in createPlistFile()
H A DCFBundle.cpp161 CFString::UTF8(BundleID, BundleInfo.IDStr); in getBundleInfo()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/tools/llvm-dwarfdump/
H A DStatistics.cpp226 std::string IDStr; in constructDieID() local
227 llvm::raw_string_ostream ID(IDStr); in constructDieID()