Searched defs:FunctionDumper (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/llvm-pdbdump/
H A DFunctionDumper.h1 //===- FunctionDumper.h --------------------------------------- *- C++ --*-===//
19 class FunctionDumper : public PDBSymDumper { class in namespace:llvm::pdb
21 FunctionDumper(LinePrinter &P);
H A DFunctionDumper.cpp1 //===- FunctionDumper.cpp ------------------------------------ *- C++ *-===//
10 #include "FunctionDumper.h"
37 FunctionDumper &Dumper) {
50 FunctionDumper::FunctionDumper(LinePrinter &P) function in class:FunctionDumper
53 void FunctionDumper::start(const PDBSymbolTypeFunctionSig &Symbol,
114 void FunctionDumper::start(const PDBSymbolFunc &Symbol, PointerType Pointer) {
148 else if (Pointer == FunctionDumper::PointerType::Reference)
159 if (Pointer != FunctionDumper::PointerType::None)
168 if (Pointer != FunctionDumper
[all...]

Completed in 86 milliseconds