Home
last modified time | relevance | path

Searched refs:TidIter (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DModuleSummaryIndexYAML.h268 for (auto TidIter = V.begin(); TidIter != V.end(); TidIter++)
269 io.mapRequired(TidIter->second.first.c_str(), TidIter->second.second);
DModuleSummaryIndex.h1308 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));
1309 for (auto It = TidIter.first; It != TidIter.second; ++It)
1320 auto TidIter = TypeIdMap.equal_range(GlobalValue::getGUID(TypeId));
1321 for (auto It = TidIter.first; It != TidIter.second; ++It)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp1044 for (auto TidIter = TheIndex->typeIds().begin(); in processIndex() local
1045 TidIter != TheIndex->typeIds().end(); TidIter++) in processIndex()
1046 CreateTypeIdSlot(TidIter->second.first); in processIndex()
2726 for (auto TidIter = TheIndex->typeIds().begin(); in printModuleSummaryIndex() local
2727 TidIter != TheIndex->typeIds().end(); TidIter++) { in printModuleSummaryIndex()
2728 Out << "^" << Machine.getTypeIdSlot(TidIter->second.first) in printModuleSummaryIndex()
2729 << " = typeid: (name: \"" << TidIter->second.first << "\""; in printModuleSummaryIndex()
2730 printTypeIdSummary(TidIter->second.second); in printModuleSummaryIndex()
2731 Out << ") ; guid = " << TidIter->first << "\n"; in printModuleSummaryIndex()
3002 auto TidIter = TheIndex->typeIds().equal_range(GUID); in printTypeIdInfo() local
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/LTO/
DLTO.cpp275 auto TidIter = Index.typeIds().equal_range(TId); in computeLTOCacheKey() local
276 for (auto It = TidIter.first; It != TidIter.second; ++It) in computeLTOCacheKey()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp4172 auto TidIter = Index.typeIds().equal_range(T); in writeCombinedGlobalValueSummary() local
4173 for (auto It = TidIter.first; It != TidIter.second; ++It) { in writeCombinedGlobalValueSummary()