Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileWrapper.cpp42 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()
[all …]
H A DOProfileJITEventListener.cpp39 std::unique_ptr<OProfileWrapper> Wrapper;
45 OProfileJITEventListener(std::unique_ptr<OProfileWrapper> LibraryWrapper) in OProfileJITEventListener()
153 return new OProfileJITEventListener(llvm::make_unique<OProfileWrapper>()); in createOProfileJITEventListener()
H A DCMakeLists.txt6 OProfileWrapper.cpp
H A DMakefile15 OProfileWrapper.cpp
/minix3/external/bsd/llvm/dist/llvm/include/llvm/ExecutionEngine/
H A DJITEventListener.h27 class OProfileWrapper; variable
106 OProfileWrapper* AlternativeImpl);
112 OProfileWrapper* AlternativeImpl) { in createOProfileJITEventListener()
H A DOProfileWrapper.h29 class OProfileWrapper {
63 OProfileWrapper();
67 OProfileWrapper(op_open_agent_ptr_t OpenAgentImpl,
/minix3/external/bsd/llvm/dist/llvm/include/llvm/
H A Dmodule.modulemap51 exclude header "ExecutionEngine/OProfileWrapper.h"