Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Object/
HDIRObjectFile.h46 const Module &getModule() const { in getModule() function
49 Module &getModule() { in getModule() function
/NextBSD/contrib/llvm/lib/Analysis/
HDTrace.cpp28 Module *Trace::getModule() const { in getModule() function in Trace
/NextBSD/contrib/llvm/include/llvm/LTO/
HDLTOModule.h109 const Module &getModule() const { in getModule() function
112 Module &getModule() { in getModule() function
/NextBSD/contrib/llvm/include/llvm/IR/
HDModuleSlotTracker.h56 const Module *getModule() const { return M; } in getModule() function
HDDiagnosticInfo.h199 const Module &getModule() const { return M; } in getModule() function
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDCallGraph.h117 Module &getModule() const { return M; } in getModule() function
334 Module &getModule() const { return G->getModule(); } in getModule() function
/NextBSD/contrib/llvm/include/llvm/Linker/
HDLinker.h67 Module *getModule() const { return Composite; } in getModule() function
/NextBSD/contrib/llvm/lib/IR/
HDBasicBlock.cpp116 const Module *BasicBlock::getModule() const { in getModule() function in BasicBlock
120 Module *BasicBlock::getModule() { in getModule() function in BasicBlock
HDInstruction.cpp57 const Module *Instruction::getModule() const { in getModule() function in Instruction
61 Module *Instruction::getModule() { in getModule() function in Instruction
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDModuleMap.h98 Module *getModule() const { return Storage.getPointer(); } in getModule() function
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExternalASTSource.h157 virtual Module *getModule(unsigned ID) { return nullptr; } in getModule() function
/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDMachineModuleInfo.h221 const Module *getModule() const { return TheModule; } in getModule() function
/NextBSD/contrib/llvm/tools/clang/include/clang/Serialization/
HDASTWriter.h331 Module *getModule() const { return Mod; } in getModule() function
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenModule.h615 llvm::Module &getModule() const { return TheModule; } in getModule() function
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTReader.cpp7383 Module *ASTReader::getModule(unsigned ID) { in getModule() function in ASTReader