Searched refs:TypeInfos (Results 1 – 13 of 13) 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()
102 const std::vector<const GlobalValue *> &TypeInfos = MMI->getTypeInfos(); in emitTypeInfos() local109 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos()112 Entry = TypeInfos.size(); in emitTypeInfos()115 for (const GlobalValue *GV : reverse(TypeInfos)) { in emitTypeInfos()136 Asm->EmitTTypeReference((TypeID == 0 ? nullptr : TypeInfos[TypeID - 1]), in emitTypeInfos()
339 const std::vector<const GlobalValue *> &TypeInfos = MMI->getTypeInfos(); in emitExceptionTable() local371 bool HaveTTData = IsSJLJ ? (!TypeInfos.empty() || !FilterIds.empty()) : true; in emitExceptionTable()466 unsigned SizeTypes = TypeInfos.size() * TypeFormatSize; in emitExceptionTable()652 const std::vector<const GlobalValue *> &TypeInfos = MMI->getTypeInfos(); in emitTypeInfos() local659 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos()662 Entry = TypeInfos.size(); in emitTypeInfos()665 for (const GlobalValue *GV : make_range(TypeInfos.rbegin(), in emitTypeInfos()666 TypeInfos.rend())) { in emitTypeInfos()
246 TypeInfos.clear(); in EndFunction()428 for (unsigned i = 0, N = TypeInfos.size(); i != N; ++i) in getTypeIDFor()429 if (TypeInfos[i] == TI) return i + 1; in getTypeIDFor()431 TypeInfos.push_back(TI); in getTypeIDFor()432 return TypeInfos.size(); in getTypeIDFor()
26 static const TypeInfo TypeInfos[] = { variable32 static const unsigned numTypes = llvm::array_lengthof(TypeInfos);36 return TypeInfos[id - 1]; in getInfo()
144 std::vector<const GlobalValue *> TypeInfos; variable411 return TypeInfos; in getTypeInfos()
95 @ >> Catch TypeInfos <<
94 @ >> Catch TypeInfos <<
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;