Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DOProfileWrapper.h92 int op_close_agent();
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp193 int OProfileWrapper::op_close_agent() { in op_close_agent() function in llvm::OProfileWrapper
H A DOProfileJITEventListener.cpp70 if (Wrapper->op_close_agent() == -1) { in ~OProfileJITEventListener()