/frameworks/libs/binary_translation/guest_abi/riscv64/ |
D | trampoline_func_generator_test.cc | 28 struct Callee { in TEST() struct 36 func(reinterpret_cast<void*>(Callee::foo), &state); in TEST() 42 struct Callee { in TEST() struct 58 EXPECT_NO_FATAL_FAILURE(func(reinterpret_cast<void*>(Callee::foo), &state)); in TEST() 62 struct Callee { in TEST() struct 78 EXPECT_NO_FATAL_FAILURE(func(reinterpret_cast<void*>(Callee::foo), &state)); in TEST()
|
/frameworks/libs/binary_translation/guest_abi/arm/ |
D | trampoline_func_generator_test_arm.cc | 29 struct Callee { in TEST() struct 37 func(reinterpret_cast<void*>(Callee::foo), &state); in TEST() 43 struct Callee { in TEST() struct 59 EXPECT_NO_FATAL_FAILURE(func(reinterpret_cast<void*>(Callee::foo), &state)); in TEST()
|
/frameworks/libs/binary_translation/assembler/ |
D | assembler_test.cc | 41 int Callee() { in Callee() function 135 as.Call(bit_cast<const void*>(&Callee)); in LabelTest() 438 as.Call(bit_cast<const void*>(&Callee)); in LabelTest()
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 3008 Value *Callee; in ParseFunctionBody() local 3009 if (getValueTypePair(Record, OpNum, NextValueNo, Callee)) in ParseFunctionBody() 3012 PointerType *CalleeTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody() 3041 I = InvokeInst::Create(Callee, NormalBB, UnwindBB, Ops); in ParseFunctionBody() 3189 Value *Callee; in ParseFunctionBody() local 3190 if (getValueTypePair(Record, OpNum, NextValueNo, Callee)) in ParseFunctionBody() 3193 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody() 3223 I = CallInst::Create(Callee, Args); in ParseFunctionBody()
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
D | BitcodeReader.cpp | 3256 Value *Callee; in ParseFunctionBody() local 3257 if (getValueTypePair(Record, OpNum, NextValueNo, Callee)) in ParseFunctionBody() 3260 PointerType *CalleeTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody() 3289 I = InvokeInst::Create(Callee, NormalBB, UnwindBB, Ops); in ParseFunctionBody() 3534 Value *Callee; in ParseFunctionBody() local 3535 if (getValueTypePair(Record, OpNum, NextValueNo, Callee)) in ParseFunctionBody() 3538 PointerType *OpTy = dyn_cast<PointerType>(Callee->getType()); in ParseFunctionBody() 3568 I = CallInst::Create(Callee, Args); in ParseFunctionBody()
|
/frameworks/compile/slang/BitWriter_2_9/ |
D | BitcodeWriter.cpp | 1198 const Value *Callee(II->getCalledValue()); in WriteInstruction() local 1199 PointerType *PTy = cast<PointerType>(Callee->getType()); in WriteInstruction() 1207 PushValueAndType(Callee, InstID, Vals, VE); in WriteInstruction()
|
/frameworks/compile/slang/BitWriter_2_9_func/ |
D | BitcodeWriter.cpp | 1196 const Value *Callee(II->getCalledValue()); in WriteInstruction() local 1197 PointerType *PTy = cast<PointerType>(Callee->getType()); in WriteInstruction() 1205 PushValueAndType(Callee, InstID, Vals, VE); in WriteInstruction()
|
/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 1229 const Value *Callee(II->getCalledValue()); in WriteInstruction() local 1230 PointerType *PTy = cast<PointerType>(Callee->getType()); in WriteInstruction() 1238 PushValueAndType(Callee, InstID, Vals, VE); in WriteInstruction()
|
/frameworks/compile/slang/ |
D | slang_rs_object_ref_count.cpp | 1550 const clang::Expr* Callee = CE->getCallee(); in VisitCallExpr() local 1551 const clang::Type* CalleeType = Callee->getType().getTypePtr(); in VisitCallExpr()
|