Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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);
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DVirtualFileSystem.h999 void printEntry(raw_ostream &OS, Entry *E, unsigned IndentLevel = 0) const;
/llvm-project-15.0.7/llvm/lib/Support/
H A DVirtualFileSystem.cpp1522 printEntry(OS, Root.get(), IndentLevel); in printImpl()
1530 void RedirectingFileSystem::printEntry(raw_ostream &OS, in printEntry() function in RedirectingFileSystem
1543 printEntry(OS, SubEntry.get(), IndentLevel + 1); in printEntry()