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

Declarations

include/llvm/DebugInfo/PDB/Native/InfoStream.h
   43   uint32_t getAge() const;

References

lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp
   70     return IS->getAge();
tools/llvm-pdbutil/DumpOutputStyle.cpp
  254   P.formatLine("Age: {0}", PS.getAge());
tools/llvm-pdbutil/YAMLOutputStyle.cpp
  162   Obj.PdbStream->Age = InfoS.getAge();