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

  /external/clang/include/clang/CodeGen/
CodeGenAction.h 55 /// takeModule - Take the generated LLVM module, for use after the action has
57 llvm::Module *takeModule();
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 76 llvm::Module *takeModule() { return TheModule.take(); }
293 TheModule.reset(BEConsumer->takeModule());
296 llvm::Module *CodeGenAction::takeModule() {
  /external/clang/examples/clang-interpreter/
main.cpp 147 if (llvm::Module *Module = Act->takeModule())

Completed in 59 milliseconds