reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
595 for (auto FuncID : Caller.Indices)
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp 431 Caller.Indices,
lib/ObjectYAML/CodeViewYAMLSymbols.cpp 507 IO.mapRequired("FuncID", Symbol.Indices);
tools/llvm-pdbutil/MinimalSymbolDumper.cpp 843 for (const auto &I : Caller.Indices) {
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp565 Callees.Indices.push_back(TypeIndex(1)); 566 Callees.Indices.push_back(TypeIndex(2)); 567 Callees.Indices.push_back(TypeIndex(3)); 569 Callers.Indices.push_back(TypeIndex(4)); 570 Callers.Indices.push_back(TypeIndex(5)); 571 Callers.Indices.push_back(TypeIndex(6)); 573 Inlinees.Indices.push_back(TypeIndex(7)); 574 Inlinees.Indices.push_back(TypeIndex(8)); 575 Inlinees.Indices.push_back(TypeIndex(9));