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

/freebsd-10.2-release/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp1 //===-- OProfileJITEventListener.cpp - Tell OProfile about JITted code ----===//
39 class OProfileJITEventListener : public JITEventListener { class in namespace:__anon2369
45 OProfileJITEventListener(OProfileWrapper& LibraryWrapper) function in class:__anon2369::OProfileJITEventListener
50 ~OProfileJITEventListener();
63 void OProfileJITEventListener::initialize() {
72 OProfileJITEventListener::~OProfileJITEventListener() {
98 void OProfileJITEventListener::NotifyFunctionEmitted(
159 void OProfileJITEventListener::NotifyFreeingMachineCode(void *FnStart) {
168 void OProfileJITEventListener
[all...]

Completed in 47 milliseconds