Searched refs:Callee (Results 1 - 6 of 6) sorted by relevance

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp2996 Value *Callee; local
2997 if (getValueTypePair(Record, OpNum, NextValueNo, Callee))
3000 PointerType *CalleeTy = dyn_cast<PointerType>(Callee->getType());
3029 I = InvokeInst::Create(Callee, NormalBB, UnwindBB, Ops);
3177 Value *Callee; local
3178 if (getValueTypePair(Record, OpNum, NextValueNo, Callee))
3181 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType());
3211 I = CallInst::Create(Callee, Args);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3244 Value *Callee; local
3245 if (getValueTypePair(Record, OpNum, NextValueNo, Callee))
3248 PointerType *CalleeTy = dyn_cast<PointerType>(Callee->getType());
3277 I = InvokeInst::Create(Callee, NormalBB, UnwindBB, Ops);
3517 Value *Callee; local
3518 if (getValueTypePair(Record, OpNum, NextValueNo, Callee))
3521 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType());
3551 I = CallInst::Create(Callee, Args);
/frameworks/compile/slang/BitWriter_2_9/
H A DBitcodeWriter.cpp1198 const Value *Callee(II->getCalledValue());
1199 PointerType *PTy = cast<PointerType>(Callee->getType());
1207 PushValueAndType(Callee, InstID, Vals, VE);
1269 PushValueAndType(CI.getCalledValue(), InstID, Vals, VE); // Callee
/frameworks/compile/slang/BitWriter_2_9_func/
H A DBitcodeWriter.cpp1196 const Value *Callee(II->getCalledValue());
1197 PointerType *PTy = cast<PointerType>(Callee->getType());
1205 PushValueAndType(Callee, InstID, Vals, VE);
1331 PushValueAndType(CI.getCalledValue(), InstID, Vals, VE); // Callee
/frameworks/compile/slang/BitWriter_3_2/
H A DBitcodeWriter.cpp1228 const Value *Callee(II->getCalledValue());
1229 PointerType *PTy = cast<PointerType>(Callee->getType());
1237 PushValueAndType(Callee, InstID, Vals, VE);
1364 PushValueAndType(CI.getCalledValue(), InstID, Vals, VE); // Callee
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp1437 const clang::Expr* Callee = CE->getCallee(); local
1438 const clang::Type* CalleeType = Callee->getType().getTypePtr();

Completed in 3138 milliseconds