Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DOProfileWrapper.h40 typedef int (*op_unload_native_code_ptr_t)(op_agent_t, uint64_t); typedef
54 op_unload_native_code_ptr_t UnloadNativeCodeFunc;
70 op_unload_native_code_ptr_t UnloadNativeCodeImpl,
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp87 UnloadNativeCodeFunc = (op_unload_native_code_ptr_t)(intptr_t) in initialize()