Searched refs:FunctionDumper (Results 1 – 14 of 14) sorted by relevance
/external/llvm/tools/llvm-pdbdump/ |
D | FunctionDumper.cpp | 37 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 …]
|
D | TypedefDumper.cpp | 61 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()
|
D | VariableDumper.cpp | 105 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()
|
D | FunctionDumper.h | 19 class FunctionDumper : public PDBSymDumper { 21 FunctionDumper(LinePrinter &P);
|
D | CompilandDumper.cpp | 140 FunctionDumper Dumper(Printer); in dump() 141 Dumper.start(Symbol, FunctionDumper::PointerType::None); in dump()
|
D | ClassDefinitionDumper.cpp | 167 FunctionDumper Dumper(Printer); in dump() 168 Dumper.start(Symbol, FunctionDumper::PointerType::None); in dump()
|
D | CMakeLists.txt | 15 FunctionDumper.cpp
|
D | llvm-pdbdump.cpp | 475 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/ |
D | PrettyFunctionDumper.cpp | 37 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 …]
|
D | PrettyTypedefDumper.cpp | 57 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()
|
D | PrettyFunctionDumper.h | 19 class FunctionDumper : public PDBSymDumper { 21 FunctionDumper(LinePrinter &P);
|
D | PrettyClassLayoutGraphicalDumper.cpp | 211 FunctionDumper Dumper(Printer); in dump() 212 Dumper.start(Symbol, FunctionDumper::PointerType::None); in dump()
|
D | PrettyCompilandDumper.cpp | 170 FunctionDumper Dumper(Printer); in dump() 171 Dumper.start(Symbol, FunctionDumper::PointerType::None); in dump()
|
D | llvm-pdbutil.cpp | 1026 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()
|