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

  /external/llvm/lib/CodeGen/
ShadowStackGC.cpp 229 Type *EltTys[] = { DescriptorElts[0]->getType(),DescriptorElts[1]->getType()};
230 StructType *STy = StructType::create(EltTys, "gc_map."+utostr(NumMeta));
260 std::vector<Type*> EltTys;
261 EltTys.push_back(StackEntryTy);
263 EltTys.push_back(Roots[I].second->getAllocatedType());
265 return StructType::create(EltTys, "gc_stackentry."+F.getName().str());
276 std::vector<Type*> EltTys;
278 EltTys.push_back(Type::getInt32Ty(M.getContext()));
280 EltTys.push_back(Type::getInt32Ty(M.getContext()));
281 FrameMapTy = StructType::create(EltTys, "gc_map")
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp 400 SmallVector<llvm::Value *, 1> EltTys;
405 EltTys.push_back(FieldTy);
406 llvm::DIArray Elements = DBuilder.getOrCreateArray(EltTys);
678 SmallVector<llvm::Value *, 8> EltTys;
688 EltTys.push_back(CreateMemberType(Unit, FType, "reserved", &FieldOffset));
689 EltTys.push_back(CreateMemberType(Unit, FType, "Size", &FieldOffset));
691 Elements = DBuilder.getOrCreateArray(EltTys);
692 EltTys.clear();
708 EltTys.push_back(CreateMemberType(Unit, FType, "__isa", &FieldOffset));
710 EltTys.push_back(CreateMemberType(Unit, FType, "__flags", &FieldOffset))
    [all...]
CGDebugInfo.h 151 SmallVectorImpl<llvm::Value *> &EltTys,
156 SmallVectorImpl<llvm::Value *> &EltTys,
192 SmallVectorImpl<llvm::Value *> &EltTys);
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 651 SmallVector<Type*, 8> EltTys;
654 EltTys.push_back(T);
658 if (EltTys.size() != Record.size()-1)
660 ResultTy = StructType::get(Context, EltTys, Record[0]);
684 SmallVector<Type*, 8> EltTys;
687 EltTys.push_back(T);
691 if (EltTys.size() != Record.size()-1)
693 Res->setBody(EltTys, Record[0]);
857 std::vector<Type*> EltTys;
860 EltTys.push_back(Elt)
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 720 SmallVector<Type*, 8> EltTys;
723 EltTys.push_back(T);
727 if (EltTys.size() != Record.size()-1)
729 ResultTy = StructType::get(Context, EltTys, Record[0]);
753 SmallVector<Type*, 8> EltTys;
756 EltTys.push_back(T);
760 if (EltTys.size() != Record.size()-1)
762 Res->setBody(EltTys, Record[0]);
    [all...]

Completed in 189 milliseconds