Searched defs:getModule (Results 1 - 20 of 20) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DTrace.cpp31 Module *Trace::getModule() const { function in class:Trace
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DModuleSlotTracker.h60 const Module *getModule() const { return M; } function in class:llvm::ModuleSlotTracker
H A DBasicBlock.h114 Module *getModule() { function in class:llvm::final
H A DInstruction.h75 Module *getModule() { function in class:llvm::Instruction
H A DDiagnosticInfo.h248 const Module &getModule() const { return M; } function in class:llvm::DiagnosticInfoDebugMetadataVersion
271 const Module &getModule() const { return M; } function in class:llvm::DiagnosticInfoIgnoringInvalidDebugMetadata
H A DModuleSummaryIndex.h1289 ModuleInfo *getModule(StringRef ModPath) { function in class:llvm::CalleeInfo::ModuleSummaryIndex
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Linker/
H A DIRMover.h78 Module &getModule() { return Composite; } function in class:llvm::IRMover
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DLayer.h53 const ThreadSafeModule &getModule() const { return TSM; } function in class:llvm::orc::IRMaterializationUnit
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h117 const Module &getModule() const { return *Mod; } function in struct:llvm::LTOModule
118 Module &getModule() { return *Mod; } function in struct:llvm::LTOModule
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DCallGraph.h113 Module &getModule() const { return M; } function in class:llvm::CallGraph
342 Module &getModule() const { return G->getModule(); } function in class:CallGraphWrapperPass
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h164 const Module *getModule() const { return TheModule; } function in class:llvm::MachineModuleInfo
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DModuleMap.h170 Module *getModule() const { return Storage.getPointer(); } function in class:clang::ModuleMap::KnownHeader
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp140 const Module *BasicBlock::getModule() const { function in class:BasicBlock
H A DInstruction.cpp55 const Module *Instruction::getModule() const { function in class:Instruction
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp168 Module *MultiplexExternalSemaSource::getModule(unsigned ID) { function in class:MultiplexExternalSemaSource
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp177 llvm::Module *getModule() const { return Gen->GetModule(); } function in class:clang::BackendConsumer
H A DCodeGenModule.h681 llvm::Module &getModule() const { return TheModule; } function in class:clang::CodeGen::CodeGenModule
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExternalASTSource.h162 virtual Module *getModule(unsigned ID) { return nullptr; } function in class:clang::ExternalASTSource
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTWriter.h362 Module *getModule() const { return Mod; } function in class:clang::ASTWriter::DeclUpdate
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h663 uint16_t getModule() const { return Module; } function in class:llvm::codeview::UdtModSourceLineRecord

Completed in 484 milliseconds