Searched refs:fun_ptr (Results 1 – 5 of 5) sorted by relevance
16 %fun_ptr = bitcast i32* %f to i32 (i32, i32*, i32)* ; <i32 (i32, i32*, i32)*> [#uses=1]18 %res = tail call fastcc i32 %fun_ptr( i32 %arg1, i32* %f, i32 %g ) ; <i32> [#uses=1]
16 @fun_ptr = global %funptr1 @fun20 %0 = load %funptr1, %funptr1* @fun_ptr
30 @fun_ptr = global i32()* @fun_weak101 ; ASM-NEXT: .globl fun_ptr102 ; ASM: fun_ptr:
132 declare i32* @fun_ptr()137 ; CHECK-NEXT: [[A:%.*]] = invoke i32* @fun_ptr()155 %A = invoke i32 *@fun_ptr() to label %cont unwind label %lpad
359 void *fun_ptr = m_execution_engine_up->getPointerToFunction(&function); in GetRunnableInfo() local366 if (!fun_ptr) { in GetRunnableInfo()374 function.getName().str().c_str(), external, reinterpret_cast<uintptr_t>(fun_ptr))); in GetRunnableInfo()