Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-pdbdump/
DFunctionDumper.cpp37 FunctionDumper &Dumper) { in dumpClassParentWithScopeOperator()
50 FunctionDumper::FunctionDumper(LinePrinter &P) in FunctionDumper() function in FunctionDumper
53 void FunctionDumper::start(const PDBSymbolTypeFunctionSig &Symbol, in start()
114 void FunctionDumper::start(const PDBSymbolFunc &Symbol, PointerType Pointer) { in start()
148 else if (Pointer == FunctionDumper::PointerType::Reference) in start()
159 if (Pointer != FunctionDumper::PointerType::None) in start()
168 if (Pointer != FunctionDumper::PointerType::None) { in start()
171 else if (Pointer == FunctionDumper::PointerType::Reference) in start()
197 void FunctionDumper::dump(const PDBSymbolTypeArray &Symbol) { in dump()
209 void FunctionDumper::dump(const PDBSymbolTypeBuiltin &Symbol) { in dump()
[all …]
DTypedefDumper.cpp61 FunctionDumper::PointerType Pointer = FunctionDumper::PointerType::Pointer; in dump()
63 Pointer = FunctionDumper::PointerType::Reference; in dump()
64 FunctionDumper NestedDumper(Printer); in dump()
73 FunctionDumper Dumper(Printer); in dump()
74 Dumper.start(Symbol, nullptr, FunctionDumper::PointerType::None); in dump()
DVariableDumper.cpp105 FunctionDumper NestedDumper(Printer); in dump()
106 FunctionDumper::PointerType Pointer = in dump()
107 Symbol.isReference() ? FunctionDumper::PointerType::Reference in dump()
108 : FunctionDumper::PointerType::Pointer; in dump()
161 FunctionDumper Dumper(Printer); in tryDumpFunctionPointer()
162 FunctionDumper::PointerType PT = FunctionDumper::PointerType::Pointer; in tryDumpFunctionPointer()
164 PT = FunctionDumper::PointerType::Reference; in tryDumpFunctionPointer()
DFunctionDumper.h19 class FunctionDumper : public PDBSymDumper {
21 FunctionDumper(LinePrinter &P);
DCompilandDumper.cpp140 FunctionDumper Dumper(Printer); in dump()
141 Dumper.start(Symbol, FunctionDumper::PointerType::None); in dump()
DClassDefinitionDumper.cpp167 FunctionDumper Dumper(Printer); in dump()
168 Dumper.start(Symbol, FunctionDumper::PointerType::None); in dump()
DCMakeLists.txt15 FunctionDumper.cpp
Dllvm-pdbdump.cpp475 FunctionDumper Dumper(Printer); in dumpPretty()
479 Dumper.start(*Function, FunctionDumper::PointerType::None); in dumpPretty()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyFunctionDumper.cpp37 FunctionDumper &Dumper) { in dumpClassParentWithScopeOperator()
50 FunctionDumper::FunctionDumper(LinePrinter &P) in FunctionDumper() function in FunctionDumper
53 void FunctionDumper::start(const PDBSymbolTypeFunctionSig &Symbol, in start()
114 void FunctionDumper::start(const PDBSymbolFunc &Symbol, PointerType Pointer) { in start()
153 else if (Pointer == FunctionDumper::PointerType::Reference) in start()
164 if (Pointer != FunctionDumper::PointerType::None) in start()
173 if (Pointer != FunctionDumper::PointerType::None) { in start()
176 else if (Pointer == FunctionDumper::PointerType::Reference) in start()
204 void FunctionDumper::dump(const PDBSymbolTypeArray &Symbol) { in dump()
213 void FunctionDumper::dump(const PDBSymbolTypeBuiltin &Symbol) { in dump()
[all …]
DPrettyTypedefDumper.cpp57 FunctionDumper::PointerType Pointer = FunctionDumper::PointerType::Pointer; in dump()
59 Pointer = FunctionDumper::PointerType::Reference; in dump()
60 FunctionDumper NestedDumper(Printer); in dump()
72 FunctionDumper Dumper(Printer); in dump()
73 Dumper.start(Symbol, nullptr, FunctionDumper::PointerType::None); in dump()
DPrettyFunctionDumper.h19 class FunctionDumper : public PDBSymDumper {
21 FunctionDumper(LinePrinter &P);
DPrettyClassLayoutGraphicalDumper.cpp211 FunctionDumper Dumper(Printer); in dump()
212 Dumper.start(Symbol, FunctionDumper::PointerType::None); in dump()
DPrettyCompilandDumper.cpp170 FunctionDumper Dumper(Printer); in dump()
171 Dumper.start(Symbol, FunctionDumper::PointerType::None); in dump()
Dllvm-pdbutil.cpp1026 FunctionDumper FD(Printer); in dumpPretty()
1029 FD.start(*F, FunctionDumper::PointerType::None); in dumpPretty()
1097 FunctionDumper Dumper(Printer); in dumpPretty()
1101 Dumper.start(*Function, FunctionDumper::PointerType::None); in dumpPretty()
1111 Dumper.start(*Func, FunctionDumper::PointerType::None); in dumpPretty()