Searched refs:TypeInfos (Results 1 – 5 of 5) sorted by relevance
97 const std::vector<const GlobalValue *> &TypeInfos = MF->getTypeInfos(); in emitTypeInfos() local104 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos()107 Entry = TypeInfos.size(); in emitTypeInfos()110 for (const GlobalValue *GV : reverse(TypeInfos)) { in emitTypeInfos()133 Asm->EmitTTypeReference((TypeID == 0 ? nullptr : TypeInfos[TypeID - 1]), in emitTypeInfos()
352 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()
26 static const TypeInfo TypeInfos[] = { variable32 static const unsigned numTypes = llvm::array_lengthof(TypeInfos);36 return TypeInfos[id - 1]; in getInfo()
770 for (unsigned i = 0, N = TypeInfos.size(); i != N; ++i) in getTypeIDFor()771 if (TypeInfos[i] == TI) return i + 1; in getTypeIDFor()773 TypeInfos.push_back(TI); in getTypeIDFor()774 return TypeInfos.size(); in getTypeIDFor()
335 std::vector<const GlobalValue *> TypeInfos;922 return TypeInfos;