Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DFunctionLoweringInfo.cpp414 std::vector<const GlobalVariable *> TyInfo; in AddCatchInfo() local
424 TyInfo.reserve(N - FirstCatch); in AddCatchInfo()
426 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j))); in AddCatchInfo()
427 MMI->addCatchTypeInfo(MBB, TyInfo); in AddCatchInfo()
428 TyInfo.clear(); in AddCatchInfo()
436 TyInfo.reserve(FilterLength - 1); in AddCatchInfo()
438 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j))); in AddCatchInfo()
439 MMI->addFilterTypeInfo(MBB, TyInfo); in AddCatchInfo()
440 TyInfo.clear(); in AddCatchInfo()
448 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.h305 ArrayRef<const GlobalVariable *> TyInfo);
310 ArrayRef<const GlobalVariable *> TyInfo);
/external/clang/lib/Serialization/
DASTReaderDecl.cpp1379 if (TypeSourceInfo *TyInfo = GetTypeSourceInfo(Record, Idx)) { in VisitClassTemplateSpecializationDecl() local
1382 ExplicitInfo->TypeAsWritten = TyInfo; in VisitClassTemplateSpecializationDecl()