HomeSort by relevance Sort by last modified time
    Searched refs:TyInfo (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/CodeGen/SelectionDAG/
FunctionLoweringInfo.cpp 455 std::vector<const GlobalVariable *> TyInfo;
465 TyInfo.reserve(N - FirstCatch);
467 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j)));
468 MMI->addCatchTypeInfo(MBB, TyInfo);
469 TyInfo.clear();
477 TyInfo.reserve(FilterLength - 1);
479 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j)));
480 MMI->addFilterTypeInfo(MBB, TyInfo);
481 TyInfo.clear();
489 TyInfo.reserve(N - 2)
    [all...]
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 432 ArrayRef<const GlobalVariable *> TyInfo) {
434 for (unsigned N = TyInfo.size(); N; --N)
435 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1]));
442 ArrayRef<const GlobalVariable *> TyInfo) {
444 std::vector<unsigned> IdsInFilter(TyInfo.size());
445 for (unsigned I = 0, E = TyInfo.size(); I != E; ++I)
446 IdsInFilter[I] = getTypeIDFor(TyInfo[I]);
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 316 ArrayRef<const GlobalVariable *> TyInfo);
321 ArrayRef<const GlobalVariable *> TyInfo);
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 107 SmallVector<Constant *, 4> TyInfo;
108 TyInfo.reserve(FilterLength - 1);
110 TyInfo.push_back(cast<Constant>(EHSel->getArgOperand(j)));
112 ArrayType::get(!TyInfo.empty() ? TyInfo[0]->getType() :
114 TyInfo.size());
115 LPI->addClause(ConstantArray::get(AType, TyInfo));
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp     [all...]

Completed in 466 milliseconds