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

References

include/llvm/DebugInfo/CodeView/TypeRecord.h
  249   ArrayRef<TypeIndex> getIndices() const { return ArgIndices; }
lib/DebugInfo/CodeView/TypeRecordMapping.cpp
  315       Record.ArgIndices,
lib/DebugInfo/PDB/Native/NativeTypeFunctionSig.cpp
  139                                                 /* copy */ ArgList.ArgIndices);
lib/ObjectYAML/CodeViewYAMLTypes.cpp
  429   IO.mapRequired("ArgIndices", Record.ArgIndices);
tools/lldb/source/Plugins/SymbolFile/NativePDB/PdbAstBuilder.cpp
 1137   llvm::ArrayRef<TypeIndex> arg_indices = llvm::makeArrayRef(args.ArgIndices);
unittests/DebugInfo/CodeView/TypeHashingTest.cpp
   29   AR.ArgIndices.push_back(Q);
   30   AR.ArgIndices.push_back(R);