Home
last modified time | relevance | path

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

12

/llvm-project/llvm/tools/llvm-reduce/
H A DReducerWorkItem.h41 Module &getModule() { return *M; } in getModule() function
42 const Module &getModule() const { return *M; } in getModule() function
/llvm-project/llvm/lib/Analysis/
H A DTrace.cpp31 Module *Trace::getModule() const { in getModule() function in Trace
H A DCallPrinter.cpp87 Module *getModule() const { return M; } in getModule() function in llvm::CallGraphDOTInfo
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DOrcTestCommon.h155 Module* getModule() { return M.get(); } in getModule() function
156 const Module* getModule() const { return M.get(); } in getModule() function
/llvm-project/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.h217 Module *getModule() { getModule() function
H A DDiagnosticInfo.h201 const Module &getModule() const { return M; } getModule() function
224 const Module &getModule() const { return M; } getModule() function
/llvm-project/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/llvm/lib/IR/
H A DVectorBuilder.cpp30 Module &VectorBuilder::getModule() const { in getModule() function in llvm::VectorBuilder
H A DDebugProgramInstruction.cpp522 Module *DbgRecord::getModule() { return getFunction()->getParent(); } getModule() function in llvm::DbgRecord
524 const Module *DbgRecord::getModule() const { getModule() function in llvm::DbgRecord
/llvm-project/llvm/include/llvm/Linker/
H A DIRMover.h81 Module &getModule() { return Composite; } in getModule() function
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLayer.h53 const ThreadSafeModule &getModule() const { return TSM; } in getModule() function
/llvm-project/flang/lib/Optimizer/Transforms/
H A DExternalNameConversion.cpp51 mlir::ModuleOp getModule() { return getOperation(); } getModule() function in __anon5f44836a0111::ExternalNameConversionPass
/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h101 Module &getModule() const { return M; } getModule() function
367 Module &getModule() const { return G->getModule(); } getModule() function
/llvm-project/mlir/include/mlir/Reducer/
H A DReductionNode.h60 ModuleOp getModule() const { return module.get(); } in getModule() function
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.cpp81 clang::Module *ClangExternalASTSourceCallbacks::getModule(unsigned id) { getModule() function in ClangExternalASTSourceCallbacks
H A DASTUtils.h78 clang::Module *getModule(unsigned ID) override { getModule() function
404 clang::Module *getModule(unsigned ID) override { getModule() function
/llvm-project/flang/include/flang/Lower/
H A DBridge.h82 mlir::ModuleOp &getModule() { return *module.get(); } getModule() function
/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h146 const Module *getModule() const { return TheModule; } getModule() function
/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h174 Module *getModule() const { return Storage.getPointer(); } getModule() function
/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h160 virtual Module *getModule(unsigned ID) { return nullptr; } getModule() function
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DFIRBuilder.h95 mlir::ModuleOp getModule() { getModule() function
/llvm-project/flang/lib/Optimizer/CodeGen/
H A DBoxedProcedure.cpp216 inline mlir::ModuleOp getModule() { return getOperation(); } getModule() function in __anona7336d410111::BoxedProcedurePass
/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp173 Module *MultiplexExternalSemaSource::getModule(unsigned ID) { getModule() function in MultiplexExternalSemaSource

12