Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DIRObjectFile.h41 const Module &getModule() const { in getModule() function
44 Module &getModule() { in getModule() function
/external/llvm/lib/Analysis/
DTrace.cpp28 Module *Trace::getModule() const { in getModule() function in Trace
/external/llvm/include/llvm/CodeGen/
DGCMetadataPrinter.h58 const Module &getModule() const { return S->getModule(); } in getModule() function
DGCStrategy.h89 const Module &getModule() const { return *M; } in getModule() function
DMachineModuleInfo.h197 const Module *getModule() const { return TheModule; } in getModule() function
/external/llvm/include/llvm/Linker/
DLinker.h38 Module *getModule() const { return Composite; } in getModule() function
/external/llvm/include/llvm/LTO/
DLTOModule.h98 const Module &getModule() const { in getModule() function
101 Module &getModule() { in getModule() function
/external/llvm/include/llvm/Analysis/
DCallGraph.h117 Module &getModule() const { return M; } in getModule() function
333 Module &getModule() const { return G->getModule(); } in getModule() function
/external/llvm/lib/ExecutionEngine/JIT/
DJIT.h46 Module *getModule() const { return M; } 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.h93 Module *getModule() const { return Storage.getPointer(); } in getModule() function
/external/clang/include/clang/AST/
DExternalASTSource.h150 virtual Module *getModule(unsigned ID) { return nullptr; } in getModule() function
/external/llvm/include/llvm/IR/
DDiagnosticInfo.h190 const Module &getModule() const { return M; } in getModule() function
/external/clang/lib/CodeGen/
DCodeGenModule.h586 llvm::Module &getModule() const { return TheModule; } in getModule() function
/external/clang/lib/Serialization/
DASTReader.cpp7362 Module *ASTReader::getModule(unsigned ID) { in getModule() function in ASTReader