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

References

lib/DebugInfo/PDB/PDBContext.cpp
   42     Length = Func->getLength();
tools/lldb/source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp
  282   auto func_length = pdb_func.getLength();
tools/llvm-pdbutil/PrettyClassLayoutGraphicalDumper.cpp
  204   if (Symbol.getLength() == 0 && !Symbol.isPureVirtual() &&
tools/llvm-pdbutil/PrettyCompilandDumper.cpp
  164   if (Symbol.getLength() == 0)
tools/llvm-pdbutil/PrettyFunctionDumper.cpp
  118   uint64_t FuncEnd = FuncStart + Symbol.getLength();
  136       << formatv(" | sizeof={0,3}", Symbol.getLength());
tools/llvm-pdbutil/llvm-pdbutil.cpp
  915   return F1->getLength() > F2->getLength();
  915   return F1->getLength() > F2->getLength();