Searched defs:Context (Results 26 - 27 of 27) sorted by relevance

12

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp221 explicit ConstantPlaceHolder(Type *Ty, LLVMContext& Context) argument
223 Op<0>() = UndefValue::get(Type::getInt32Ty(Context));
287 Constant *C = new ConstantPlaceHolder(Ty, Context);
426 Value *V = MDNode::getTemporary(Context, ArrayRef<Value*>());
441 return TypeList[ID] = StructType::create(Context, "");
614 ResultTy = Type::getVoidTy(Context);
617 ResultTy = Type::getFloatTy(Context);
620 ResultTy = Type::getDoubleTy(Context);
623 ResultTy = Type::getX86_FP80Ty(Context);
626 ResultTy = Type::getFP128Ty(Context);
2954 getLazyBitcodeModule(MemoryBuffer *Buffer, LLVMContext& Context, std::string *ErrMsg) argument
2974 ParseBitcodeFile(MemoryBuffer *Buffer, LLVMContext& Context, std::string *ErrMsg) argument
2992 getBitcodeTargetTriple(MemoryBuffer *Buffer, LLVMContext& Context, std::string *ErrMsg) argument
[all...]
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp82 LLVMContext &Context = LPI->getContext(); local
113 PointerType::getUnqual(Type::getInt8Ty(Context)),
143 LLVMContext &Context = M->getContext();
144 Type *ExnTy = PointerType::getUnqual(Type::getInt8Ty(Context));
145 Type *SelTy = Type::getInt32Ty(Context);
202 BasicBlock *NewBB = BasicBlock::Create(Context, "new.lpad",
219 IRBuilder<> Builder(Context);
247 IRBuilder<> Builder(Context);
272 IRBuilder<> Builder(Context);
500 explicit ConstantPlaceHolder(Type *Ty, LLVMContext& Context) argument
3327 getLazyBitcodeModule(MemoryBuffer *Buffer, LLVMContext& Context, std::string *ErrMsg) argument
3347 ParseBitcodeFile(MemoryBuffer *Buffer, LLVMContext& Context, std::string *ErrMsg) argument
3365 getBitcodeTargetTriple(MemoryBuffer *Buffer, LLVMContext& Context, std::string *ErrMsg) argument
[all...]

Completed in 134 milliseconds

12