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

Overrides

include/llvm/DebugInfo/CodeView/TypeCollection.h
   25   virtual Optional<TypeIndex> getFirst() = 0;

Declarations

include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h
   80   Optional<TypeIndex> getFirst() override;

References

lib/DebugInfo/PDB/Native/NativeEnumTypes.cpp
   27   Optional<TypeIndex> TI = Types.getFirst();
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
  284   for (auto ti = types.getFirst(); ti; ti = types.getNext(*ti)) {
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1292   for (auto ti = types.getFirst(); ti; ti = types.getNext(*ti)) {
tools/llvm-pdbutil/DumpOutputStyle.cpp
  705   for (Optional<TypeIndex> TI = Types.getFirst(); TI; TI = Types.getNext(*TI)) {
 1622   for (Optional<TypeIndex> TI = Types.getFirst(); TI; TI = Types.getNext(*TI)) {
tools/llvm-pdbutil/TypeReferenceTracker.cpp
   25   for (Optional<TypeIndex> TI = Types.getFirst(); TI; TI = Types.getNext(*TI))