Home
last modified time | relevance | path

Searched refs:dumpRight (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymDumper.h56 virtual void dumpRight(const PDBSymbolTypeArray &Symbol) {} in dumpRight() function
57 virtual void dumpRight(const PDBSymbolTypeBaseClass &Symbol) {} in dumpRight() function
58 virtual void dumpRight(const PDBSymbolTypeBuiltin &Symbol) {} in dumpRight() function
59 virtual void dumpRight(const PDBSymbolTypeCustom &Symbol) {} in dumpRight() function
61 virtual void dumpRight(const PDBSymbolTypeEnum &Symbol) {} in dumpRight() function
62 virtual void dumpRight(const PDBSymbolTypeFriend &Symbol) {} in dumpRight() function
65 virtual void dumpRight(const PDBSymbolTypeManaged &Symbol) {} in dumpRight() function
66 virtual void dumpRight(const PDBSymbolTypePointer &Symbol) {} in dumpRight() function
67 virtual void dumpRight(const PDBSymbolTypeTypedef &Symbol) {} in dumpRight() function
68 virtual void dumpRight(const PDBSymbolTypeUDT &Symbol) {} in dumpRight() function
[all …]
H A DPDBSymbolTypeArray.h23 void dumpRight(PDBSymDumper &Dumper) const override;
H A DPDBSymbolTypePointer.h23 void dumpRight(PDBSymDumper &Dumper) const override;
H A DPDBSymbolTypeFunctionSig.h26 void dumpRight(PDBSymDumper &Dumper) const override;
H A DPDBSymbol.h110 virtual void dumpRight(PDBSymDumper &Dumper) const {} in dumpRight() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyVariableDumper.h38 void dumpRight(const PDBSymbolTypeArray &Symbol) override;
39 void dumpRight(const PDBSymbolTypeFunctionSig &Symbol) override;
40 void dumpRight(const PDBSymbolTypePointer &Symbol) override;
H A DPrettyVariableDumper.cpp122 void VariableDumper::dumpRight(const PDBSymbolTypeArray &Symbol) { in dumpRight() function in VariableDumper
128 ElementType->dumpRight(*this); in dumpRight()
157 void VariableDumper::dumpRight(const PDBSymbolTypeFunctionSig &Symbol) { in dumpRight() function in VariableDumper
201 void VariableDumper::dumpRight(const PDBSymbolTypePointer &Symbol) { in dumpRight() function in VariableDumper
210 PointeeType->dumpRight(*this); in dumpRight()
226 Type.dumpRight(*this); in dumpSymbolTypeAndName()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolTypePointer.cpp20 void PDBSymbolTypePointer::dumpRight(PDBSymDumper &Dumper) const { in dumpRight() function in PDBSymbolTypePointer
21 Dumper.dumpRight(*this); in dumpRight()
H A DPDBSymbolTypeArray.cpp20 void PDBSymbolTypeArray::dumpRight(PDBSymDumper &Dumper) const { in dumpRight() function in PDBSymbolTypeArray
21 Dumper.dumpRight(*this); in dumpRight()
H A DPDBSymbolTypeFunctionSig.cpp73 void PDBSymbolTypeFunctionSig::dumpRight(PDBSymDumper &Dumper) const { in dumpRight() function in PDBSymbolTypeFunctionSig
74 Dumper.dumpRight(*this); in dumpRight()