Home
last modified time | relevance | path

Searched refs:OProfileWrapper (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp40 OProfileWrapper::OProfileWrapper() in OProfileWrapper() function in llvm::OProfileWrapper
53 bool OProfileWrapper::initialize() { in initialize()
111 bool OProfileWrapper::isOProfileRunning() { in isOProfileRunning()
117 bool OProfileWrapper::checkForOProfileProcEntry() { in checkForOProfileProcEntry()
181 bool OProfileWrapper::op_open_agent() { in op_open_agent()
193 int OProfileWrapper::op_close_agent() { in op_close_agent()
207 bool OProfileWrapper::isAgentAvailable() { in isAgentAvailable()
211 int OProfileWrapper::op_write_native_code(const char* Name, in op_write_native_code()
224 int OProfileWrapper::op_write_debug_line_info( in op_write_debug_line_info()
237 int OProfileWrapper::op_major_version() { in op_major_version()
[all …]
H A DOProfileJITEventListener.cpp39 std::unique_ptr<OProfileWrapper> Wrapper;
45 OProfileJITEventListener(std::unique_ptr<OProfileWrapper> LibraryWrapper) in OProfileJITEventListener()
180 return new OProfileJITEventListener(std::make_unique<OProfileWrapper>()); in createOProfileJITEventListener()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITEventListener.h27 class OProfileWrapper; variable
88 OProfileWrapper* AlternativeImpl);
93 OProfileWrapper* AlternativeImpl) { in createOProfileJITEventListener()
H A DOProfileWrapper.h1 //===-- OProfileWrapper.h - OProfile JIT API Wrapper ------------*- C++ -*-===//
8 // This file defines a OProfileWrapper object that detects if the oprofile
28 class OProfileWrapper {
62 OProfileWrapper();
66 OProfileWrapper(op_open_agent_ptr_t OpenAgentImpl,
/freebsd/contrib/llvm-project/llvm/include/
H A Dmodule.modulemap199 exclude header "llvm/ExecutionEngine/OProfileWrapper.h"