Searched refs:TypeInfos (Results 1 – 4 of 4) sorted by relevance
96 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitTypeInfos() local103 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos()106 Entry = TypeInfos.size(); in emitTypeInfos()109 for (const GlobalValue *GV : reverse(TypeInfos)) { in emitTypeInfos()132 Asm->EmitTTypeReference((TypeID == 0 ? nullptr : TypeInfos[TypeID - 1]), in emitTypeInfos()
351 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitExceptionTable() local383 bool HaveTTData = !TypeInfos.empty() || !FilterIds.empty(); in emitExceptionTable()615 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitTypeInfos() local622 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos()625 Entry = TypeInfos.size(); in emitTypeInfos()628 for (const GlobalValue *GV : make_range(TypeInfos.rbegin(), in emitTypeInfos()629 TypeInfos.rend())) { in emitTypeInfos()
819 for (unsigned i = 0, N = TypeInfos.size(); i != N; ++i) in getTypeIDFor()820 if (TypeInfos[i] == TI) return i + 1; in getTypeIDFor()822 TypeInfos.push_back(TI); in getTypeIDFor()823 return TypeInfos.size(); in getTypeIDFor()
335 std::vector<const GlobalValue *> TypeInfos;964 return TypeInfos;