Searched refs:TypeInfos (Results 1 – 5 of 5) sorted by relevance
111 const std::vector<const GlobalVariable *> &TypeInfos = MMI->getTypeInfos(); in emitTypeInfos() local118 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos()121 Entry = TypeInfos.size(); in emitTypeInfos()125 I = TypeInfos.rbegin(), E = TypeInfos.rend(); I != E; ++I) { in emitTypeInfos()147 Asm->EmitTTypeReference((TypeID == 0 ? nullptr : TypeInfos[TypeID - 1]), in emitTypeInfos()
317 const std::vector<const GlobalVariable *> &TypeInfos = MMI->getTypeInfos(); in emitExceptionTable() local363 bool HaveTTData = IsSJLJ ? (!TypeInfos.empty() || !FilterIds.empty()) : true; in emitExceptionTable()463 unsigned SizeTypes = TypeInfos.size() * TypeFormatSize; in emitExceptionTable()652 const std::vector<const GlobalVariable *> &TypeInfos = MMI->getTypeInfos(); in emitTypeInfos() local659 if (VerboseAsm && !TypeInfos.empty()) { in emitTypeInfos()662 Entry = TypeInfos.size(); in emitTypeInfos()666 I = TypeInfos.rbegin(), E = TypeInfos.rend(); I != E; ++I) { in emitTypeInfos()
26 static const TypeInfo TypeInfos[] = { variable32 static const unsigned numTypes = llvm::array_lengthof(TypeInfos);36 return TypeInfos[id - 1]; in getInfo()
310 TypeInfos.clear(); in EndFunction()512 for (unsigned i = 0, N = TypeInfos.size(); i != N; ++i) in getTypeIDFor()513 if (TypeInfos[i] == TI) return i + 1; in getTypeIDFor()515 TypeInfos.push_back(TI); in getTypeIDFor()516 return TypeInfos.size(); in getTypeIDFor()
134 std::vector<const GlobalVariable *> TypeInfos; variable391 return TypeInfos; in getTypeInfos()