Home
last modified time | relevance | path

Searched refs:TyInfo (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp455 std::vector<const GlobalVariable *> TyInfo; in AddCatchInfo() local
465 TyInfo.reserve(N - FirstCatch); in AddCatchInfo()
467 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j))); in AddCatchInfo()
468 MMI->addCatchTypeInfo(MBB, TyInfo); in AddCatchInfo()
469 TyInfo.clear(); in AddCatchInfo()
477 TyInfo.reserve(FilterLength - 1); in AddCatchInfo()
479 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j))); in AddCatchInfo()
480 MMI->addFilterTypeInfo(MBB, TyInfo); in AddCatchInfo()
481 TyInfo.clear(); in AddCatchInfo()
489 TyInfo.reserve(N - 2); in AddCatchInfo()
[all …]
/external/llvm/lib/CodeGen/
DMachineModuleInfo.cpp432 ArrayRef<const GlobalVariable *> TyInfo) { in addCatchTypeInfo() argument
434 for (unsigned N = TyInfo.size(); N; --N) in addCatchTypeInfo()
435 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1])); in addCatchTypeInfo()
442 ArrayRef<const GlobalVariable *> TyInfo) { in addFilterTypeInfo() argument
444 std::vector<unsigned> IdsInFilter(TyInfo.size()); in addFilterTypeInfo()
445 for (unsigned I = 0, E = TyInfo.size(); I != E; ++I) in addFilterTypeInfo()
446 IdsInFilter[I] = getTypeIDFor(TyInfo[I]); in addFilterTypeInfo()
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h316 ArrayRef<const GlobalVariable *> TyInfo);
321 ArrayRef<const GlobalVariable *> TyInfo);
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1768 if (TypeSourceInfo *TyInfo = GetTypeSourceInfo(Record, Idx)) { in VisitClassTemplateSpecializationDeclImpl() local
1771 ExplicitInfo->TypeAsWritten = TyInfo; in VisitClassTemplateSpecializationDeclImpl()
1851 if (TypeSourceInfo *TyInfo = GetTypeSourceInfo(Record, Idx)) { in VisitVarTemplateSpecializationDeclImpl() local
1854 ExplicitInfo->TypeAsWritten = TyInfo; in VisitVarTemplateSpecializationDeclImpl()