Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DOProfileJITEventListener.cpp40 class OProfileJITEventListener : public JITEventListener { class
43 OProfileJITEventListener();
44 ~OProfileJITEventListener();
52 OProfileJITEventListener::OProfileJITEventListener() in OProfileJITEventListener() function in __anon7ae838250111::OProfileJITEventListener
62 OProfileJITEventListener::~OProfileJITEventListener() { in ~OProfileJITEventListener()
104 void OProfileJITEventListener::NotifyFunctionEmitted( in NotifyFunctionEmitted()
165 void OProfileJITEventListener::NotifyFreeingMachineCode(void *FnStart) { in NotifyFreeingMachineCode()
178 return new OProfileJITEventListener; in createOProfileJITEventListener()
/external/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp37 class OProfileJITEventListener : public JITEventListener { class
44 OProfileJITEventListener(std::unique_ptr<OProfileWrapper> LibraryWrapper) in OProfileJITEventListener() function in __anon5bbdabf90111::OProfileJITEventListener
49 ~OProfileJITEventListener();
57 void OProfileJITEventListener::initialize() { in initialize()
66 OProfileJITEventListener::~OProfileJITEventListener() { in ~OProfileJITEventListener()
78 void OProfileJITEventListener::NotifyObjectEmitted( in NotifyObjectEmitted()
117 void OProfileJITEventListener::NotifyFreeingObject(const ObjectFile &Obj) { in NotifyFreeingObject()
154 return new OProfileJITEventListener(llvm::make_unique<OProfileWrapper>()); in createOProfileJITEventListener()
DCMakeLists.txt5 OProfileJITEventListener.cpp
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp39 class OProfileJITEventListener : public JITEventListener { class
46 OProfileJITEventListener(std::unique_ptr<OProfileWrapper> LibraryWrapper) in OProfileJITEventListener() function in __anon8be463510111::OProfileJITEventListener
51 ~OProfileJITEventListener();
59 void OProfileJITEventListener::initialize() { in initialize()
69 OProfileJITEventListener::~OProfileJITEventListener() { in ~OProfileJITEventListener()
81 void OProfileJITEventListener::NotifyObjectEmitted( in NotifyObjectEmitted()
143 void OProfileJITEventListener::NotifyFreeingObject(const ObjectFile &Obj) { in NotifyFreeingObject()
181 return new OProfileJITEventListener(llvm::make_unique<OProfileWrapper>()); in createOProfileJITEventListener()
DCMakeLists.txt5 OProfileJITEventListener.cpp
/external/swiftshader/third_party/LLVM/
DAndroid.mk164 lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp \
DAndroid.bp227 "lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp",
DBUILD.gn234 "lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp",
/external/swiftshader/
DCMakeLists.txt452 ${LLVM_DIR}/lib/ExecutionEngine/JIT/OProfileJITEventListener.cpp