Searched refs:OProfileWrapper (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp1 //===-- OProfileWrapper.cpp - OProfile JIT API Wrapper implementation -----===//
9 // This file implements the interface in OProfileWrapper.h. It is responsible
15 #include "llvm/ExecutionEngine/OProfileWrapper.h"
40 OProfileWrapper::OProfileWrapper() function in class:llvm::OProfileWrapper
53 bool OProfileWrapper::initialize() {
111 bool OProfileWrapper::isOProfileRunning() {
117 bool OProfileWrapper::checkForOProfileProcEntry() {
181 bool OProfileWrapper::op_open_agent() {
193 int OProfileWrapper
[all...]
H A DOProfileJITEventListener.cpp9 // This file defines a JITEventListener object that uses OProfileWrapper to tell
19 #include "llvm/ExecutionEngine/OProfileWrapper.h"
39 std::unique_ptr<OProfileWrapper> Wrapper;
45 OProfileJITEventListener(std::unique_ptr<OProfileWrapper> LibraryWrapper)
180 return new OProfileJITEventListener(std::make_unique<OProfileWrapper>());
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITEventListener.h29 class OProfileWrapper;
90 OProfileWrapper* AlternativeImpl);
95 OProfileWrapper* AlternativeImpl) {
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 { class in namespace:llvm
62 OProfileWrapper();
66 OProfileWrapper(op_open_agent_ptr_t OpenAgentImpl, function in class:llvm::OProfileWrapper

Completed in 107 milliseconds