Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/PDB/
H A DPDBSymDumper.h57 virtual void dumpRight(const PDBSymbolTypeArray &Symbol) {} in dumpRight() function
58 virtual void dumpRight(const PDBSymbolTypeBaseClass &Symbol) {} in dumpRight() function
59 virtual void dumpRight(const PDBSymbolTypeBuiltin &Symbol) {} in dumpRight() function
60 virtual void dumpRight(const PDBSymbolTypeCustom &Symbol) {} in dumpRight() function
62 virtual void dumpRight(const PDBSymbolTypeEnum &Symbol) {} in dumpRight() function
63 virtual void dumpRight(const PDBSymbolTypeFriend &Symbol) {} in dumpRight() function
66 virtual void dumpRight(const PDBSymbolTypeManaged &Symbol) {} in dumpRight() function
67 virtual void dumpRight(const PDBSymbolTypePointer &Symbol) {} in dumpRight() function
68 virtual void dumpRight(const PDBSymbolTypeTypedef &Symbol) {} in dumpRight() function
69 virtual void dumpRight(const PDBSymbolTypeUDT &Symbol) {} in dumpRight() function
[all …]
H A DPDBSymbolTypeArray.h25 void dumpRight(PDBSymDumper &Dumper) const override;
H A DPDBSymbolTypePointer.h25 void dumpRight(PDBSymDumper &Dumper) const override;
H A DPDBSymbolTypeFunctionSig.h27 void dumpRight(PDBSymDumper &Dumper) const override;
H A DPDBSymbol.h113 virtual void dumpRight(PDBSymDumper &Dumper) const {} in dumpRight() function
/freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/
H A DPrettyVariableDumper.cpp121 void VariableDumper::dumpRight(const PDBSymbolTypeArray &Symbol) { in dumpRight() function in VariableDumper
127 ElementType->dumpRight(*this); in dumpRight()
156 void VariableDumper::dumpRight(const PDBSymbolTypeFunctionSig &Symbol) { in dumpRight() function in VariableDumper
200 void VariableDumper::dumpRight(const PDBSymbolTypePointer &Symbol) { in dumpRight() function in VariableDumper
209 PointeeType->dumpRight(*this); in dumpRight()
225 Type.dumpRight(*this); in dumpSymbolTypeAndName()
H A DPrettyVariableDumper.h39 void dumpRight(const PDBSymbolTypeArray &Symbol) override;
40 void dumpRight(const PDBSymbolTypeFunctionSig &Symbol) override;
41 void dumpRight(const PDBSymbolTypePointer &Symbol) override;
/freebsd-12.1/contrib/llvm/lib/DebugInfo/PDB/
H A DPDBSymbolTypeArray.cpp23 void PDBSymbolTypeArray::dumpRight(PDBSymDumper &Dumper) const { in dumpRight() function in PDBSymbolTypeArray
24 Dumper.dumpRight(*this); in dumpRight()
H A DPDBSymbolTypePointer.cpp24 void PDBSymbolTypePointer::dumpRight(PDBSymDumper &Dumper) const { in dumpRight() function in PDBSymbolTypePointer
25 Dumper.dumpRight(*this); in dumpRight()
H A DPDBSymbolTypeFunctionSig.cpp74 void PDBSymbolTypeFunctionSig::dumpRight(PDBSymDumper &Dumper) const { in dumpRight() function in PDBSymbolTypeFunctionSig
75 Dumper.dumpRight(*this); in dumpRight()