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

Declarations

tools/lldb/include/lldb/Symbol/TypeMap.h
   39   uint32_t GetSize() const;

References

tools/lldb/source/Core/Module.cpp
  942   if (types_map.GetSize()) {
  980     if (typesmap.GetSize())
 1002   if (typesmap.GetSize()) {
tools/lldb/source/Plugins/SymbolFile/DWARF/DWARFASTParserClang.cpp
  166       if (dwo_types.GetSize())
  171   if (dwo_types.GetSize() != 1)
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
 2414         if (types.GetSize() >= max_matches)
 2435   if (log && types.GetSize()) {
 2443           types.GetSize());
 2449           name.GetCString(), max_matches, types.GetSize());
tools/lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp
 1182     return types.GetSize() >= max_matches;
tools/lldb/tools/lldb-test/lldb-test.cpp
  534   outs() << formatv("Found {0} types:\n", Map.GetSize());