/llvm-project/llvm/tools/llvm-reduce/ |
H A D | ReducerWorkItem.h | 41 Module &getModule() { return *M; } in getModule() function 42 const Module &getModule() const { return *M; } in getModule() function
|
/llvm-project/llvm/lib/Analysis/ |
H A D | Trace.cpp | 31 Module *Trace::getModule() const { in getModule() function in Trace
|
H A D | CallPrinter.cpp | 87 Module *getModule() const { return M; } in getModule() function in llvm::CallGraphDOTInfo
|
/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
H A D | OrcTestCommon.h | 155 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 D | ModuleSlotTracker.h | 80 const Module *getModule() const { return M; } in getModule() function
|
H A D | MatrixBuilder.h | 35 Module *getModule() { return B.GetInsertBlock()->getParent()->getParent(); } in getModule() function
|
H A D | BasicBlock.h | 217 Module *getModule() { getModule() function
|
H A D | DiagnosticInfo.h | 201 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 D | LTOModule.h | 115 const Module &getModule() const { return *Mod; } in getModule() function 116 Module &getModule() { return *Mod; } in getModule() function
|
/llvm-project/llvm/lib/IR/ |
H A D | VectorBuilder.cpp | 30 Module &VectorBuilder::getModule() const { in getModule() function in llvm::VectorBuilder
|
H A D | DebugProgramInstruction.cpp | 522 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 D | IRMover.h | 81 Module &getModule() { return Composite; } in getModule() function
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Layer.h | 53 const ThreadSafeModule &getModule() const { return TSM; } in getModule() function
|
/llvm-project/flang/lib/Optimizer/Transforms/ |
H A D | ExternalNameConversion.cpp | 51 mlir::ModuleOp getModule() { return getOperation(); } getModule() function in __anon5f44836a0111::ExternalNameConversionPass
|
/llvm-project/llvm/include/llvm/Analysis/ |
H A D | CallGraph.h | 101 Module &getModule() const { return M; } getModule() function 367 Module &getModule() const { return G->getModule(); } getModule() function
|
/llvm-project/mlir/include/mlir/Reducer/ |
H A D | ReductionNode.h | 60 ModuleOp getModule() const { return module.get(); } in getModule() function
|
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/ |
H A D | ClangExternalASTSourceCallbacks.cpp | 81 clang::Module *ClangExternalASTSourceCallbacks::getModule(unsigned id) { getModule() function in ClangExternalASTSourceCallbacks
|
H A D | ASTUtils.h | 78 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 D | Bridge.h | 82 mlir::ModuleOp &getModule() { return *module.get(); } getModule() function
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineModuleInfo.h | 146 const Module *getModule() const { return TheModule; } getModule() function
|
/llvm-project/clang/include/clang/Lex/ |
H A D | ModuleMap.h | 174 Module *getModule() const { return Storage.getPointer(); } getModule() function
|
/llvm-project/clang/include/clang/AST/ |
H A D | ExternalASTSource.h | 160 virtual Module *getModule(unsigned ID) { return nullptr; } getModule() function
|
/llvm-project/flang/include/flang/Optimizer/Builder/ |
H A D | FIRBuilder.h | 95 mlir::ModuleOp getModule() { getModule() function
|
/llvm-project/flang/lib/Optimizer/CodeGen/ |
H A D | BoxedProcedure.cpp | 216 inline mlir::ModuleOp getModule() { return getOperation(); } getModule() function in __anona7336d410111::BoxedProcedurePass
|
/llvm-project/clang/lib/Sema/ |
H A D | MultiplexExternalSemaSource.cpp | 173 Module *MultiplexExternalSemaSource::getModule(unsigned ID) { getModule() function in MultiplexExternalSemaSource
|