Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTrace.cpp31 Module *Trace::getModule() const { in getModule() function in Trace
H A DCallPrinter.cpp81 Module *getModule() const { return M; } in getModule() function in llvm::CallGraphDOTInfo
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DModuleSlotTracker.h60 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.h115 Module *getModule() { in getModule() function
H A DDiagnosticInfo.h251 const Module &getModule() const { return M; } in getModule() function
274 const Module &getModule() const { return M; } in getModule() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DCallGraph.h102 Module &getModule() const { return M; } in getModule() function
355 Module &getModule() const { return G->getModule(); } in getModule() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Linker/
H A DIRMover.h78 Module &getModule() { return Composite; } in getModule() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/
H A DLayer.h54 const ThreadSafeModule &getModule() const { return TSM; } in getModule() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h174 const Module *getModule() const { return TheModule; } in getModule() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExternalASTSource.h162 virtual Module *getModule(unsigned ID) { return nullptr; } in getModule() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DModuleMap.h170 Module *getModule() const { return Storage.getPointer(); } in getModule() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DBasicBlock.cpp144 const Module *BasicBlock::getModule() const { in getModule() function in BasicBlock
H A DInstruction.cpp66 const Module *Instruction::getModule() const { in getModule() function in Instruction
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DMultiplexExternalSemaSource.cpp167 Module *MultiplexExternalSemaSource::getModule(unsigned ID) { in getModule() function in MultiplexExternalSemaSource
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTWriter.h377 Module *getModule() const { return Mod; } in getModule() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp178 llvm::Module *getModule() const { return Gen->GetModule(); } in getModule() function in clang::BackendConsumer
H A DCodeGenModule.h709 llvm::Module &getModule() const { return TheModule; } in getModule() function
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddsymbol.c816 Module *Dsymbol::getModule() in getModule() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h657 uint16_t getModule() const { return Module; } in getModule() function
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddsymbol.d443 final Module getModule() in getModule() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp8617 Module *ASTReader::getModule(unsigned ID) { in getModule() function in ASTReader