Lines Matching refs:FunctionDumper
34 llvm::FunctionDumper &Dumper) { in dumpClassParentWithScopeOperator()
47 FunctionDumper::FunctionDumper(LinePrinter &P) in FunctionDumper() function in FunctionDumper
50 void FunctionDumper::start(const PDBSymbolTypeFunctionSig &Symbol, in start()
111 void FunctionDumper::start(const PDBSymbolFunc &Symbol, PointerType Pointer) { in start()
145 else if (Pointer == FunctionDumper::PointerType::Reference) in start()
156 if (Pointer != FunctionDumper::PointerType::None) in start()
165 if (Pointer != FunctionDumper::PointerType::None) { in start()
168 else if (Pointer == FunctionDumper::PointerType::Reference) in start()
194 void FunctionDumper::dump(const PDBSymbolTypeArray &Symbol) { in dump()
206 void FunctionDumper::dump(const PDBSymbolTypeBuiltin &Symbol) { in dump()
211 void FunctionDumper::dump(const PDBSymbolTypeEnum &Symbol) { in dump()
216 void FunctionDumper::dump(const PDBSymbolTypeFunctionArg &Symbol) { in dump()
226 void FunctionDumper::dump(const PDBSymbolTypeTypedef &Symbol) { in dump()
231 void FunctionDumper::dump(const PDBSymbolTypePointer &Symbol) { in dump()
238 FunctionDumper NestedDumper(Printer); in dump()
252 void FunctionDumper::dump(const PDBSymbolTypeUDT &Symbol) { in dump()