Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DWindowsResourceDumper.cpp46 printEntry(EntryPtr); in printData()
54 void Dumper::printEntry(const ResourceEntryRef &Ref) { in printEntry() function in llvm::object::WindowsRes::Dumper
H A DWindowsResourceDumper.h29 void printEntry(const ResourceEntryRef &Ref);
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DVirtualFileSystem.h1041 void printEntry(raw_ostream &OS, Entry *E, unsigned IndentLevel = 0) const;
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DVirtualFileSystem.cpp1538 printEntry(OS, Root.get(), IndentLevel); in printImpl()
1546 void RedirectingFileSystem::printEntry(raw_ostream &OS, in printEntry() function in RedirectingFileSystem
1559 printEntry(OS, SubEntry.get(), IndentLevel + 1); in printEntry()