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

  /external/llvm/tools/lli/
lli.cpp 419 Mod->setModuleIdentifier(CacheName);
498 XMod->setModuleIdentifier(CacheName);
  /external/llvm/include/llvm/IR/
Module.h 241 void setModuleIdentifier(StringRef ID) { ModuleID = ID; }
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 767 M->setModuleIdentifier(ModID);
    [all...]

Completed in 431 milliseconds