Home
last modified time | relevance | path

Searched defs:getModule (Results 1 – 25 of 33) sorted by relevance

12

/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.h29 const Module &getModule() const { return *M; } in getModule() function
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DTrace.cpp31 Module *Trace::getModule() const { in getModule() function in Trace
H A DCallPrinter.cpp86 Module *getModule() const { return M; } in getModule() function in llvm::CallGraphDOTInfo
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DOrcTestCommon.h146 Module* getModule() { return M.get(); } in getModule() function
147 const Module* getModule() const { return M.get(); } in getModule() function
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModuleSlotTracker.h80 const Module *getModule() const { return M; } in getModule() function
H A DMatrixBuilder.h35 Module *getModule() { return B.GetInsertBlock()->getParent()->getParent(); } in getModule() function
H A DBasicBlock.h112 Module *getModule() { in getModule() function
H A DDiagnosticInfo.h257 const Module &getModule() const { return M; } in getModule() function
280 const Module &getModule() const { return M; } in getModule() function
/llvm-project-15.0.7/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h115 const Module &getModule() const { return *Mod; } in getModule() function
116 Module &getModule() { return *Mod; } in getModule() function
/llvm-project-15.0.7/llvm/include/llvm/Linker/
H A DIRMover.h81 Module &getModule() { return Composite; } in getModule() function
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DLayer.h53 const ThreadSafeModule &getModule() const { return TSM; } in getModule() function
/llvm-project-15.0.7/llvm/lib/IR/
H A DVectorBuilder.cpp30 Module &VectorBuilder::getModule() const { in getModule() function in llvm::VectorBuilder
H A DBasicBlock.cpp147 const Module *BasicBlock::getModule() const { in getModule() function in BasicBlock
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DCallGraph.h101 Module &getModule() const { return M; } in getModule() function
354 Module &getModule() const { return G->getModule(); } in getModule() function
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DBridge.h67 mlir::ModuleOp &getModule() { return *module.get(); } in getModule() function
/llvm-project-15.0.7/mlir/include/mlir/Reducer/
H A DReductionNode.h61 ModuleOp getModule() const { return module.get(); } in getModule() function
/llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.cpp79 clang::Module *ClangExternalASTSourceCallbacks::getModule(unsigned id) { in getModule() function in ClangExternalASTSourceCallbacks
H A DASTUtils.h71 clang::Module *getModule(unsigned ID) override { in getModule() function
397 clang::Module *getModule(unsigned ID) override { in getModule() function
/llvm-project-15.0.7/flang/lib/Optimizer/Transforms/
H A DExternalNameConversion.cpp122 mlir::ModuleOp getModule() { return getOperation(); } in getModule() function in __anon849139e70111::ExternalNameConversionPass
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h150 const Module *getModule() const { return TheModule; } in getModule() function
/llvm-project-15.0.7/flang/include/flang/Optimizer/Builder/
H A DFIRBuilder.h50 mlir::ModuleOp getModule() { in getModule() function
/llvm-project-15.0.7/clang/include/clang/AST/
H A DExternalASTSource.h160 virtual Module *getModule(unsigned ID) { return nullptr; } in getModule() function
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DModuleMap.h170 Module *getModule() const { return Storage.getPointer(); } in getModule() function
/llvm-project-15.0.7/flang/lib/Optimizer/CodeGen/
H A DBoxedProcedure.cpp178 inline mlir::ModuleOp getModule() { return getOperation(); } in getModule() function in __anonfdb31fde0111::BoxedProcedurePass
/llvm-project-15.0.7/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp167 Module *MultiplexExternalSemaSource::getModule(unsigned ID) { in getModule() function in MultiplexExternalSemaSource

12