Home
last modified time | relevance | path

Searched refs:createGDBRegistrationListener (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/
DGDBRegistrationListener.cpp229 JITEventListener* JITEventListener::createGDBRegistrationListener() { in createGDBRegistrationListener() function in llvm::JITEventListener
237 return wrap(JITEventListener::createGDBRegistrationListener()); in LLVMCreateGDBRegistrationListener()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DJITEventListener.h66 static JITEventListener *createGDBRegistrationListener();
/third_party/skia/third_party/externals/swiftshader/docs/
DReactorDebugInfo.md231 Reactor uses [`llvm::JITEventListener::createGDBRegistrationListener()`](http://llvm.org/doxygen/cl…
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DLLVMReactorDebugInfo.cpp73 …auto jitEventListener = llvm::JITEventListener::createGDBRegistrationListener(); // guarded by ji…
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/MCJIT/
DMCJIT.cpp87 RegisterJITEventListener(JITEventListener::createGDBRegistrationListener()); in MCJIT()