Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DOProfileWrapper.h86 // Calls op_open_agent in the oprofile JIT library and saves the returned
90 bool op_open_agent();
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp181 bool OProfileWrapper::op_open_agent() { in op_open_agent() function in llvm::OProfileWrapper
H A DOProfileJITEventListener.cpp59 if (!Wrapper->op_open_agent()) { in initialize()