Lines Matching refs:OProfileWrapper
42 OProfileWrapper::OProfileWrapper() in OProfileWrapper() function in llvm::OProfileWrapper
55 bool OProfileWrapper::initialize() { in initialize()
112 bool OProfileWrapper::isOProfileRunning() { in isOProfileRunning()
118 bool OProfileWrapper::checkForOProfileProcEntry() { in checkForOProfileProcEntry()
182 bool OProfileWrapper::op_open_agent() { in op_open_agent()
194 int OProfileWrapper::op_close_agent() { in op_close_agent()
208 bool OProfileWrapper::isAgentAvailable() { in isAgentAvailable()
212 int OProfileWrapper::op_write_native_code(const char* Name, in op_write_native_code()
225 int OProfileWrapper::op_write_debug_line_info( in op_write_debug_line_info()
238 int OProfileWrapper::op_major_version() { in op_major_version()
248 int OProfileWrapper::op_minor_version() { in op_minor_version()
258 int OProfileWrapper::op_unload_native_code(uint64_t Addr) { in op_unload_native_code()