HomeSort by relevance Sort by last modified time
    Searched defs:OProfileWrapper (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
OProfileWrapper.h 1 //===-- OProfileWrapper.h - OProfile JIT API Wrapper ------------*- C++ -*-===//
9 // This file defines a OProfileWrapper object that detects if the oprofile
29 class OProfileWrapper {
63 OProfileWrapper();
67 OProfileWrapper(op_open_agent_ptr_t OpenAgentImpl,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
OProfileWrapper.h 1 //===-- OProfileWrapper.h - OProfile JIT API Wrapper ------------*- C++ -*-===//
9 // This file defines a OProfileWrapper object that detects if the oprofile
29 class OProfileWrapper {
63 OProfileWrapper();
67 OProfileWrapper(op_open_agent_ptr_t OpenAgentImpl,
  /external/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 1 //===-- OProfileWrapper.cpp - OProfile JIT API Wrapper implementation -----===//
10 // This file implements the interface in OProfileWrapper.h. It is responsible
16 #include "llvm/ExecutionEngine/OProfileWrapper.h"
41 OProfileWrapper::OProfileWrapper()
54 bool OProfileWrapper::initialize() {
111 bool OProfileWrapper::isOProfileRunning() {
117 bool OProfileWrapper::checkForOProfileProcEntry() {
181 bool OProfileWrapper::op_open_agent() {
193 int OProfileWrapper::op_close_agent()
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/OProfileJIT/
OProfileWrapper.cpp 1 //===-- OProfileWrapper.cpp - OProfile JIT API Wrapper implementation -----===//
10 // This file implements the interface in OProfileWrapper.h. It is responsible
16 #include "llvm/ExecutionEngine/OProfileWrapper.h"
41 OProfileWrapper::OProfileWrapper()
54 bool OProfileWrapper::initialize() {
112 bool OProfileWrapper::isOProfileRunning() {
118 bool OProfileWrapper::checkForOProfileProcEntry() {
182 bool OProfileWrapper::op_open_agent() {
194 int OProfileWrapper::op_close_agent()
    [all...]

Completed in 200 milliseconds