Home
last modified time | relevance | path

Searched refs:op_write_native_code_ptr_t (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DOProfileWrapper.h31 typedef int (*op_write_native_code_ptr_t)(op_agent_t, typedef
52 op_write_native_code_ptr_t WriteNativeCodeFunc;
68 op_write_native_code_ptr_t WriteNativeCodeImpl,
/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp83 WriteNativeCodeFunc = (op_write_native_code_ptr_t)(intptr_t) in initialize()