Home
last modified time | relevance | path

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

12

/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h116 const Module &getModule() const { return *Mod; } in getModule() function
117 Module &getModule() { return *Mod; } in getModule() function
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSlotTracker.h81 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.h221 Module *getModule() { in getModule() function
H A DDiagnosticInfo.h228 const Module &getModule() const { return M; } in getModule() function
252 const Module &getModule() const { return M; } in getModule() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h101 Module &getModule() const { return M; } in getModule() function
351 Module &getModule() const { return G->getModule(); } in getModule() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Linker/
H A DIRMover.h83 Module &getModule() { return Composite; } in getModule() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLayer.h54 const ThreadSafeModule &getModule() const { return TSM; } in getModule() function
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenerator.cpp72 mlir::ModuleOp CIRGenerator::getModule() const { return cgm->getModule(); } in getModule() function in CIRGenerator
H A DCIRGenModule.h94 mlir::ModuleOp getModule() const { return theModule; } in getModule() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExternalASTSourceCallbacks.cpp82 clang::Module *ClangExternalASTSourceCallbacks::getModule(unsigned id) { in getModule() function in ClangExternalASTSourceCallbacks
H A DASTUtils.h94 clang::Module *getModule(unsigned ID) override { in getModule() function
460 clang::Module *getModule(unsigned ID) override { in getModule() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h134 const Module *getModule() const { return TheModule; } in getModule() function
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h173 Module *getModule() const { return Storage.getPointer(); } in getModule() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDebugProgramInstruction.cpp524 Module *DbgRecord::getModule() { return getFunction()->getParent(); } in getModule() function in llvm::DbgRecord
526 const Module *DbgRecord::getModule() const { in getModule() function in llvm::DbgRecord
H A DBasicBlock.cpp248 const Module *BasicBlock::getModule() const { in getModule() function in BasicBlock
H A DInstruction.cpp69 const Module *Instruction::getModule() const { in getModule() function in Instruction
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h186 virtual Module *getModule(unsigned ID) { return nullptr; } in getModule() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp200 Module *MultiplexExternalSemaSource::getModule(unsigned ID) { in getModule() function in MultiplexExternalSemaSource
/freebsd/contrib/llvm-project/llvm/lib/SandboxIR/
H A DContext.cpp647 Module *Context::getModule(llvm::Module *LLVMM) const { in getModule() function in llvm::sandboxir::Context
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h417 Module *getModule() const { return Mod; } in getModule() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp131 llvm::Module* BackendConsumer::getModule() const { in getModule() function in clang::BackendConsumer
H A DCodeGenModule.h830 llvm::Module &getModule() const { return TheModule; } in getModule() function

12