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

  /external/llvm/tools/lli/
lli.cpp 411 Mod->setModuleIdentifier(CacheName);
523 XMod->setModuleIdentifier(CacheName);
  /external/llvm/include/llvm/IR/
Module.h 269 void setModuleIdentifier(StringRef ID) { ModuleID = ID; }
  /art/compiler/llvm/generated/
art_module.cc 26 mod->setModuleIdentifier("art_module.ll");
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/complete/
toy.cpp 772 M->setModuleIdentifier(ModID);
    [all...]

Completed in 86 milliseconds