reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
210 FunctionDumper Dumper(Printer); 211 Dumper.start(Symbol, FunctionDumper::PointerType::None);tools/llvm-pdbutil/PrettyCompilandDumper.cpp
170 FunctionDumper Dumper(Printer); 171 Dumper.start(Symbol, FunctionDumper::PointerType::None);tools/llvm-pdbutil/PrettyFunctionDumper.cpp
36 FunctionDumper &Dumper) { 156 else if (Pointer == FunctionDumper::PointerType::Reference) 167 if (Pointer != FunctionDumper::PointerType::None) 176 if (Pointer != FunctionDumper::PointerType::None) { 179 else if (Pointer == FunctionDumper::PointerType::Reference) 248 FunctionDumper NestedDumper(Printer);tools/llvm-pdbutil/PrettyTypeDumper.cpp
308 FunctionDumper Dumper(Printer); 309 Dumper.start(Symbol, nullptr, FunctionDumper::PointerType::None); 316 FunctionDumper Dumper(Printer); 317 FunctionDumper::PointerType PT = 318 Symbol.isReference() ? FunctionDumper::PointerType::Reference 319 : FunctionDumper::PointerType::Pointer;tools/llvm-pdbutil/PrettyTypedefDumper.cpp
60 FunctionDumper::PointerType Pointer = FunctionDumper::PointerType::Pointer; 60 FunctionDumper::PointerType Pointer = FunctionDumper::PointerType::Pointer; 62 Pointer = FunctionDumper::PointerType::Reference; 63 FunctionDumper NestedDumper(Printer); 75 FunctionDumper Dumper(Printer); 76 Dumper.start(Symbol, nullptr, FunctionDumper::PointerType::None);tools/llvm-pdbutil/llvm-pdbutil.cpp
1153 FunctionDumper FD(Printer); 1156 FD.start(*F, FunctionDumper::PointerType::None); 1228 FunctionDumper Dumper(Printer); 1232 Dumper.start(*Function, FunctionDumper::PointerType::None); 1241 Dumper.start(*Func, FunctionDumper::PointerType::None);