Searched refs:TypeInfos (Results 1 – 5 of 5) sorted by relevance
104 const std::vector<const GlobalValue *> &TypeInfos = MMI->getTypeInfos(); in emitTypeInfos() local111 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos()114 Entry = TypeInfos.size(); in emitTypeInfos()117 for (const GlobalValue *GV : reverse(TypeInfos)) { in emitTypeInfos()138 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()427 for (unsigned i = 0, N = TypeInfos.size(); i != N; ++i) in getTypeIDFor()428 if (TypeInfos[i] == TI) return i + 1; in getTypeIDFor()430 TypeInfos.push_back(TI); in getTypeIDFor()431 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()
143 std::vector<const GlobalValue *> TypeInfos; variable410 return TypeInfos; in getTypeInfos()