HomeSort by: relevance | last modified time | path
    Searched refs:GetModule (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
ModuleBuilder.h 60 llvm::Module *GetModule();
64 /// It is illegal to call methods other than GetModule on the
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
ModuleBuilder.cpp 98 llvm::Module *GetModule() {
312 llvm::Module *CodeGenerator::GetModule() {
313 return static_cast<CodeGeneratorImpl*>(this)->GetModule();
CodeGenAction.cpp 178 llvm::Module *getModule() const { return Gen->GetModule(); }
262 *getModule(), std::move(LM.Module), LM.LinkFlags,
269 Err = Linker::linkModules(*getModule(), std::move(LM.Module),
301 if (!getModule())
304 LLVMContext &Ctx = getModule()->getContext();
332 EmbedBitcode(getModule(), CodeGenOpts, llvm::MemoryBufferRef());
336 getModule(), Action, std::move(AsmOutStream));
  /src/external/apache2/llvm/dist/clang/tools/clang-import-test/
clang-import-test.cpp 337 CG.GetModule()->print(llvm::outs(), nullptr);

Completed in 33 milliseconds