Home
last modified time | relevance | path

Searched refs:GetModule (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DModuleBuilder.cpp98 llvm::Module *GetModule() { in GetModule() function in __anon20d6d9160111::CodeGeneratorImpl
312 llvm::Module *CodeGenerator::GetModule() { in GetModule() function in CodeGenerator
313 return static_cast<CodeGeneratorImpl*>(this)->GetModule(); in GetModule()
H A DCodeGenAction.cpp178 llvm::Module *getModule() const { return Gen->GetModule(); } in getModule()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DModuleBuilder.h60 llvm::Module *GetModule();
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp337 CG.GetModule()->print(llvm::outs(), nullptr); in Parse()