Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp1589 dumpName(D); in VisitTypedefDecl()
1602 dumpName(D); in VisitEnumDecl()
1611 dumpName(D); in VisitRecordDecl()
1619 dumpName(D); in VisitEnumConstantDecl()
1624 dumpName(D); in VisitIndirectFieldDecl()
1632 dumpName(D); in VisitFunctionDecl()
1713 dumpName(D); in VisitFieldDecl()
1722 dumpName(D); in VisitVarDecl()
1775 dumpName(D); in VisitBindingDecl()
1831 dumpName(D); in VisitOMPDeclareReductionDecl()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp164 bool AppleAcceleratorTable::dumpName(ScopedPrinter &W, in dumpName() function in AppleAcceleratorTable
253 while (dumpName(W, AtomForms, &DataOffset)) in dump()
685 void DWARFDebugNames::NameIndex::dumpName(ScopedPrinter &W, in dumpName() function in DWARFDebugNames::NameIndex
751 dumpName(W, getNameTableEntry(Index), Hash); in dumpBucket()
771 dumpName(W, NTE, None); in dump()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h111 bool dumpName(ScopedPrinter &W, SmallVectorImpl<DWARFFormValue> &AtomForms,
408 void dumpName(ScopedPrinter &W, const NameTableEntry &NTE,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h202 void dumpName(const NamedDecl *ND);