reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/llvm-pdbutil/PrettyFunctionDumper.h
   24   void start(const PDBSymbolTypeFunctionSig &Symbol, const char *Name,

References

tools/llvm-pdbutil/PrettyFunctionDumper.cpp
  251     NestedDumper.start(*FuncSig, nullptr, Pointer);
tools/llvm-pdbutil/PrettyTypeDumper.cpp
  309   Dumper.start(Symbol, nullptr, FunctionDumper::PointerType::None);
  320     Dumper.start(*FS, nullptr, PT);
tools/llvm-pdbutil/PrettyTypedefDumper.cpp
   64     NestedDumper.start(*FuncSig, nullptr, Pointer);
   76   Dumper.start(Symbol, nullptr, FunctionDumper::PointerType::None);