Searched refs:dumpName (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | TextNodeDumper.cpp | 1824 dumpName(D); in VisitTypedefDecl() 1837 dumpName(D); in VisitEnumDecl() 1846 dumpName(D); in VisitRecordDecl() 1854 dumpName(D); in VisitEnumConstantDecl() 1859 dumpName(D); in VisitIndirectFieldDecl() 1867 dumpName(D); in VisitFunctionDecl() 1959 dumpName(D); in VisitFieldDecl() 1969 dumpName(D); in VisitVarDecl() 2030 dumpName(D); in VisitBindingDecl() 2086 dumpName(D); in VisitOMPDeclareReductionDecl() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.cpp | 175 bool AppleAcceleratorTable::dumpName(ScopedPrinter &W, in dumpName() function in AppleAcceleratorTable 264 while (dumpName(W, AtomForms, &DataOffset)) in dump() 767 void DWARFDebugNames::NameIndex::dumpName(ScopedPrinter &W, in dumpName() function in DWARFDebugNames::NameIndex 833 dumpName(W, getNameTableEntry(Index), Hash); in dumpBucket() 853 dumpName(W, NTE, std::nullopt); in dump()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFAcceleratorTable.h | 123 bool dumpName(ScopedPrinter &W, SmallVectorImpl<DWARFFormValue> &AtomForms, 561 void dumpName(ScopedPrinter &W, const NameTableEntry &NTE,
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 204 void dumpName(const NamedDecl *ND);
|