HomeSort by relevance Sort by last modified time
    Searched refs:notifyObjectCompiled (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/ExecutionEngine/
ObjectCache.h 29 /// notifyObjectCompiled - Provides a pointer to compiled code for Module M.
30 virtual void notifyObjectCompiled(const Module *M, const MemoryBuffer *Obj) = 0;
  /external/llvm/unittests/ExecutionEngine/MCJIT/
MCJITObjectCacheTest.cpp 38 virtual void notifyObjectCompiled(const Module *M, const MemoryBuffer *Obj) {
  /external/llvm/lib/ExecutionEngine/MCJIT/
MCJIT.cpp 169 ObjCache->notifyObjectCompiled(M, MB.get());
  /external/llvm/tools/lli/
lli.cpp 266 void notifyObjectCompiled(const Module *M, const MemoryBuffer *Obj) override {
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp 683 virtual void notifyObjectCompiled(const Module *M, const MemoryBuffer *Obj) {
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 707 virtual void notifyObjectCompiled(const Module *M, const MemoryBuffer *Obj) {
    [all...]

Completed in 326 milliseconds