Searched refs:fun_ptr (Results 1 – 14 of 14) sorted by relevance
/external/webrtc/api/ |
D | function_view.h | 80 f_.fun_ptr = reinterpret_cast<void (*)()>(f); in FunctionView() 104 void (*fun_ptr)(); member 113 return (reinterpret_cast<typename std::add_pointer<F>::type>(vu.fun_ptr))( in CallFunPtr()
|
/external/llvm-project/llvm/test/ExecutionEngine/MCJIT/ |
D | 2005-12-02-TailCallBug.ll | 15 %fun_ptr = bitcast i32* %f to i32 (i32, i32*, i32)* ; <i32 (i32, i32*, i32)*> [#uses=1] 17 %res = tail call fastcc i32 %fun_ptr( i32 %arg1, i32* %f, i32 %g ) ; <i32> [#uses=1]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | tailcallfp2.ll | 11 %fun_ptr = bitcast i32* %f to i32(i32, i32*, i32)* 15 %res = tail call fastcc i32 %fun_ptr( i32 %arg1, i32 * %f, i32 %g)
|
D | tailccfp2.ll | 11 %fun_ptr = bitcast i32* %f to i32(i32, i32*, i32)* 15 %res = tail call tailcc i32 %fun_ptr( i32 %arg1, i32 * %f, i32 %g)
|
/external/llvm/test/CodeGen/X86/ |
D | tailcallfp2.ll | 11 %fun_ptr = bitcast i32* %f to i32(i32, i32*, i32)* 15 %res = tail call fastcc i32 %fun_ptr( i32 %arg1, i32 * %f, i32 %g)
|
/external/llvm/test/ExecutionEngine/MCJIT/ |
D | 2005-12-02-TailCallBug.ll | 15 %fun_ptr = bitcast i32* %f to i32 (i32, i32*, i32)* ; <i32 (i32, i32*, i32)*> [#uses=1] 17 %res = tail call fastcc i32 %fun_ptr( i32 %arg1, i32* %f, i32 %g ) ; <i32> [#uses=1]
|
/external/llvm/test/ExecutionEngine/OrcMCJIT/ |
D | 2005-12-02-TailCallBug.ll | 15 %fun_ptr = bitcast i32* %f to i32 (i32, i32*, i32)* ; <i32 (i32, i32*, i32)*> [#uses=1] 17 %res = tail call fastcc i32 %fun_ptr( i32 %arg1, i32* %f, i32 %g ) ; <i32> [#uses=1]
|
/external/llvm-project/llvm/test/Bitcode/ |
D | function-nonzero-address-spaces-types.ll | 16 @fun_ptr = global %funptr1 @fun 20 %0 = load %funptr1, %funptr1* @fun_ptr
|
/external/llvm-project/llvm/test/CodeGen/PowerPC/ |
D | aix-alias.ll | 30 @fun_ptr = global i32()* @fun_weak 94 ; ASM-NEXT: .globl fun_ptr 95 ; ASM: fun_ptr:
|
/external/llvm/test/Transforms/InstCombine/ |
D | indexed-gep-compares.ll | 102 declare i32* @fun_ptr() 106 %A = invoke i32 *@fun_ptr() to label %cont unwind label %lpad
|
/external/elfutils/tests/ |
D | run-funcretval.sh | 37 () fun_ptr: return value location: {0x50, 0}
|
D | funcretval_test.c | 4 void *fun_ptr (void) { return &fun_ptr; } in fun_ptr() function
|
/external/llvm-project/llvm/test/Transforms/InstCombine/ |
D | indexed-gep-compares.ll | 102 declare i32* @fun_ptr() 106 %A = invoke i32 *@fun_ptr() to label %cont unwind label %lpad
|
/external/llvm-project/lldb/source/Expression/ |
D | IRExecutionUnit.cpp | 333 void *fun_ptr = m_execution_engine_up->getPointerToFunction(&function); in GetRunnableInfo() local 340 if (!fun_ptr) { in GetRunnableInfo() 348 function.getName().str().c_str(), external, reinterpret_cast<uintptr_t>(fun_ptr))); in GetRunnableInfo()
|