Home
last modified time | relevance | path

Searched defs:createOProfileJITEventListener (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/
DJITEventListener.h92 static JITEventListener *createOProfileJITEventListener() { return nullptr; } in createOProfileJITEventListener() function
94 static JITEventListener *createOProfileJITEventListener( in createOProfileJITEventListener() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/OProfileJIT/
DOProfileJITEventListener.cpp179 JITEventListener *JITEventListener::createOProfileJITEventListener() { in createOProfileJITEventListener() function in llvm::JITEventListener