Home
last modified time | relevance | path

Searched refs:FunctionDumper (Results 1 – 9 of 9) sorted by relevance

/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp34 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()
[all …]
DTypedefDumper.cpp60 FunctionDumper::PointerType Pointer = FunctionDumper::PointerType::Pointer; in dump()
62 Pointer = FunctionDumper::PointerType::Reference; in dump()
63 FunctionDumper NestedDumper(Printer); in dump()
72 FunctionDumper Dumper(Printer); in dump()
73 Dumper.start(Symbol, nullptr, FunctionDumper::PointerType::None); in dump()
DVariableDumper.cpp104 FunctionDumper NestedDumper(Printer); in dump()
105 FunctionDumper::PointerType Pointer = in dump()
106 Symbol.isReference() ? FunctionDumper::PointerType::Reference in dump()
107 : FunctionDumper::PointerType::Pointer; in dump()
160 FunctionDumper Dumper(Printer); in tryDumpFunctionPointer()
161 FunctionDumper::PointerType PT = FunctionDumper::PointerType::Pointer; in tryDumpFunctionPointer()
163 PT = FunctionDumper::PointerType::Reference; in tryDumpFunctionPointer()
DFunctionDumper.h19 class FunctionDumper : public PDBSymDumper {
21 FunctionDumper(LinePrinter &P);
DCompilandDumper.cpp94 FunctionDumper Dumper(Printer); in dump()
95 Dumper.start(Symbol, FunctionDumper::PointerType::None); in dump()
DCMakeLists.txt12 FunctionDumper.cpp
DClassDefinitionDumper.cpp166 FunctionDumper Dumper(Printer); in dump()
167 Dumper.start(Symbol, FunctionDumper::PointerType::None); in dump()
DAndroid.mk12 FunctionDumper.cpp \
Dllvm-pdbdump.cpp197 FunctionDumper Dumper(Printer); in dumpInput()
201 Dumper.start(*Function, FunctionDumper::PointerType::None); in dumpInput()