Home
last modified time | relevance | path

Searched refs:op_unload_native_code (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DOProfileWrapper.h100 int op_unload_native_code(uint64_t addr);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp257 int OProfileWrapper::op_unload_native_code(uint64_t Addr) { in op_unload_native_code() function in llvm::OProfileWrapper
H A DOProfileJITEventListener.cpp162 if (Wrapper->op_unload_native_code(Addr) == -1) { in notifyFreeingObject()