Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/Orc/
H A DThreadSafeModule.h127 Module *getModule() { return M.get(); } in getModule() function
130 const Module *getModule() const { return M.get(); } in getModule() function
H A DLayer.h88 const ThreadSafeModule &getModule() const { return TSM; } in getModule() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTrace.cpp32 Module *Trace::getModule() const { in getModule() function in Trace
/freebsd-12.1/contrib/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
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DModuleSlotTracker.h61 const Module *getModule() const { return M; } in getModule() function
H A DDiagnosticInfo.h247 const Module &getModule() const { return M; } in getModule() function
270 const Module &getModule() const { return M; } in getModule() function
H A DBasicBlock.h115 Module *getModule() { in getModule() function
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DCallGraph.h114 Module &getModule() const { return M; } in getModule() function
342 Module &getModule() const { return G->getModule(); } in getModule() function
/freebsd-12.1/contrib/llvm/include/llvm/Linker/
H A DIRMover.h79 Module &getModule() { return Composite; } in getModule() function
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h158 const Module *getModule() const { return TheModule; } in getModule() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DModuleMap.h166 Module *getModule() const { return Storage.getPointer(); } in getModule() function
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DExternalASTSource.h164 virtual Module *getModule(unsigned ID) { return nullptr; } in getModule() function
/freebsd-12.1/contrib/llvm/lib/IR/
H A DBasicBlock.cpp134 const Module *BasicBlock::getModule() const { in getModule() function in BasicBlock
H A DInstruction.cpp56 const Module *Instruction::getModule() const { in getModule() function in Instruction
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp167 Module *MultiplexExternalSemaSource::getModule(unsigned ID) { in getModule() function in MultiplexExternalSemaSource
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTWriter.h372 Module *getModule() const { return Mod; } in getModule() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenAction.cpp132 llvm::Module *getModule() const { return Gen->GetModule(); } in getModule() function in clang::BackendConsumer
H A DCodeGenModule.h659 llvm::Module &getModule() const { return TheModule; } in getModule() function
/freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h664 uint16_t getModule() const { return Module; } in getModule() function
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp8476 Module *ASTReader::getModule(unsigned ID) { in getModule() function in ASTReader