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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  680   ArrayRef<TypeIndex> getArgs() const { return ArgIndices; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  546       Record.ArgIndices,
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  583   IO.mapRequired("ArgIndices", Record.ArgIndices);
tools/lldb/source/Plugins/SymbolFile/NativePDB/CompileUnitIndex.cpp
   76   cci.m_build_info.assign(bir.ArgIndices.begin(), bir.ArgIndices.end());
   76   cci.m_build_info.assign(bir.ArgIndices.begin(), bir.ArgIndices.end());
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  486   auto Indices = BI.ArgIndices;