Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DIRObjectFile.h46 const Module &getModule() const { in getModule() function
49 Module &getModule() { in getModule() function
/external/llvm/lib/Analysis/
DTrace.cpp28 Module *Trace::getModule() const { in getModule() function in Trace
/external/llvm/include/llvm/LTO/
DLTOModule.h110 const Module &getModule() const { in getModule() function
113 Module &getModule() { in getModule() function
/external/llvm/include/llvm/Analysis/
DCallGraph.h116 Module &getModule() const { return M; } in getModule() function
332 Module &getModule() const { return G->getModule(); } in getModule() function
/external/llvm/include/llvm/Linker/
DLinker.h67 Module *getModule() const { return Composite; } in getModule() function
/external/apache-http/src/org/apache/http/util/
DVersionInfo.java132 public final String getModule() { in getModule() method in VersionInfo
/external/clang/include/clang/Lex/
DModuleMap.h95 Module *getModule() const { return Storage.getPointer(); } in getModule() function
/external/llvm/lib/IR/
DBasicBlock.cpp116 const Module *BasicBlock::getModule() const { in getModule() function in BasicBlock
DInstruction.cpp57 const Module *Instruction::getModule() const { in getModule() function in Instruction
/external/clang/include/clang/AST/
DExternalASTSource.h157 virtual Module *getModule(unsigned ID) { return nullptr; } in getModule() function
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h217 const Module *getModule() const { return TheModule; } in getModule() function
/external/llvm/include/llvm/IR/
DDiagnosticInfo.h197 const Module &getModule() const { return M; } in getModule() function
/external/clang/lib/CodeGen/
DCodeGenModule.h604 llvm::Module &getModule() const { return TheModule; } in getModule() function
/external/clang/lib/Serialization/
DASTReader.cpp7643 Module *ASTReader::getModule(unsigned ID) { in getModule() function in ASTReader