Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp670 bool DWARFDebugNames::NameIndex::dumpEntry(ScopedPrinter &W, in dumpEntry() function in DWARFDebugNames::NameIndex
696 while (dumpEntry(W, &EntryOffset)) in dumpName()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h407 bool dumpEntry(ScopedPrinter &W, uint64_t *Offset) const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DVirtualFileSystem.cpp1269 dumpEntry(OS, Root.get()); in dump()
1272 void RedirectingFileSystem::dumpEntry(raw_ostream &OS, in dumpEntry() function in RedirectingFileSystem
1287 dumpEntry(OS, SubEntry.get(), NumSpaces + 2); in dumpEntry()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DVirtualFileSystem.h856 void dumpEntry(raw_ostream &OS, Entry *E, int NumSpaces = 0) const;