Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/ExecutionEngine/
HDOProfileWrapper.h41 typedef int (*op_unload_native_code_ptr_t)(op_agent_t, uint64_t); typedef
55 op_unload_native_code_ptr_t UnloadNativeCodeFunc;
71 op_unload_native_code_ptr_t UnloadNativeCodeImpl,
/NextBSD/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
HDOProfileWrapper.cpp88 UnloadNativeCodeFunc = (op_unload_native_code_ptr_t)(intptr_t) in initialize()