Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DTrace.cpp29 Module *Trace::getModule() const { in getModule() function in Trace
/external/llvm/include/llvm/CodeGen/
DGCMetadataPrinter.h57 const Module &getModule() const { return S->getModule(); } in getModule() function
DGCStrategy.h89 const Module &getModule() const { return *M; } in getModule() function
DMachineModuleInfo.h194 const Module *getModule() const { return TheModule; } in getModule() function
/external/llvm/include/llvm/
DLinker.h100 Module* getModule() const { return Composite; } 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.java127 public final String getModule() { in getModule() method in VersionInfo
/external/llvm/include/llvm/Analysis/
DCallGraph.h89 Module &getModule() const { return *Mod; } in getModule() function
/external/clang/lib/CodeGen/
DCodeGenModule.h446 llvm::Module &getModule() const { return TheModule; } in getModule() function