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

References

lib/IR/AsmWriter.cpp
 2671   assert(TheIndex);
 2680   moduleVec.resize(TheIndex->modulePaths().size());
 2681   for (auto &ModPath : TheIndex->modulePaths())
 2703   for (auto &GlobalList : *TheIndex) {
 2710   for (auto &GlobalList : *TheIndex) {
 2712     auto VI = TheIndex->getValueInfo(GlobalList);
 2717   for (auto TidIter = TheIndex->typeIds().begin();
 2718        TidIter != TheIndex->typeIds().end(); TidIter++) {
 2726   for (auto &TId : TheIndex->typeIdCompatibleVtableMap()) {
 2992       auto TidIter = TheIndex->typeIds().equal_range(GUID);
 3030   auto TidIter = TheIndex->typeIds().equal_range(VFId.GUID);