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

/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp3008 Value *Callee; local
3009 if (getValueTypePair(Record, OpNum, NextValueNo, Callee))
3012 PointerType *CalleeTy = dyn_cast<PointerType>(Callee->getType());
3041 I = InvokeInst::Create(Callee, NormalBB, UnwindBB, Ops);
3189 Value *Callee; local
3190 if (getValueTypePair(Record, OpNum, NextValueNo, Callee))
3193 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType());
3223 I = CallInst::Create(Callee, Args);
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3256 Value *Callee; local
3257 if (getValueTypePair(Record, OpNum, NextValueNo, Callee))
3260 PointerType *CalleeTy = dyn_cast<PointerType>(Callee->getType());
3289 I = InvokeInst::Create(Callee, NormalBB, UnwindBB, Ops);
3534 Value *Callee; local
3535 if (getValueTypePair(Record, OpNum, NextValueNo, Callee))
3538 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType());
3568 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.cpp1229 const Value *Callee(II->getCalledValue());
1230 PointerType *PTy = cast<PointerType>(Callee->getType());
1238 PushValueAndType(Callee, InstID, Vals, VE);
1365 PushValueAndType(CI.getCalledValue(), InstID, Vals, VE); // Callee
/frameworks/compile/slang/
H A Dslang_rs_object_ref_count.cpp1546 const clang::Expr* Callee = CE->getCallee(); local
1547 const clang::Type* CalleeType = Callee->getType().getTypePtr();

Completed in 831 milliseconds