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 413 std::vector<const GlobalVariable *> TyInfo;
423 TyInfo.reserve(N - FirstCatch);
425 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j)));
426 MMI->addCatchTypeInfo(MBB, TyInfo);
427 TyInfo.clear();
435 TyInfo.reserve(FilterLength - 1);
437 TyInfo.push_back(ExtractTypeInfo(I.getArgOperand(j)));
438 MMI->addFilterTypeInfo(MBB, TyInfo);
439 TyInfo.clear();
447 TyInfo.reserve(N - 2)
    [all...]
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 434 ArrayRef<const GlobalVariable *> TyInfo) {
436 for (unsigned N = TyInfo.size(); N; --N)
437 LP.TypeIds.push_back(getTypeIDFor(TyInfo[N - 1]));
444 ArrayRef<const GlobalVariable *> TyInfo) {
446 std::vector<unsigned> IdsInFilter(TyInfo.size());
447 for (unsigned I = 0, E = TyInfo.size(); I != E; ++I)
448 IdsInFilter[I] = getTypeIDFor(TyInfo[I]);
  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 305 ArrayRef<const GlobalVariable *> TyInfo);
310 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 794 milliseconds