Home
last modified time | relevance | path

Searched defs:getModule (Results 1 – 19 of 19) 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/unittests/ExecutionEngine/Orc/
DOrcTestCommon.h71 Module* getModule() { return M.get(); } in getModule() function
72 const Module* getModule() const { return M.get(); } in getModule() function
/external/llvm/include/llvm/IR/
DModuleSlotTracker.h57 const Module *getModule() const { return M; } in getModule() function
DDiagnosticInfo.h203 const Module &getModule() const { return M; } in getModule() function
/external/llvm/include/llvm/LTO/
DLTOModule.h113 const Module &getModule() const { in getModule() function
116 Module &getModule() { in getModule() function
/external/llvm/include/llvm/Linker/
DIRMover.h67 Module &getModule() { return Composite; } in getModule() function
/external/llvm/include/llvm/Analysis/
DCallGraph.h119 Module &getModule() const { return M; } in getModule() function
338 Module &getModule() const { return G->getModule(); } in getModule() function
/external/llvm/lib/IR/
DBasicBlock.cpp116 const Module *BasicBlock::getModule() const { in getModule() function in BasicBlock
120 Module *BasicBlock::getModule() { in getModule() function in BasicBlock
DInstruction.cpp57 const Module *Instruction::getModule() const { in getModule() function in Instruction
61 Module *Instruction::getModule() { in getModule() function in Instruction
/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.h123 Module *getModule() const { return Storage.getPointer(); } in getModule() function
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h77 Module& getModule() const override { return *ModulePtr; } in getModule() function
/external/clang/include/clang/AST/
DExternalASTSource.h143 virtual Module *getModule(unsigned ID) { return nullptr; } in getModule() function
/external/llvm/include/llvm/CodeGen/
DMachineModuleInfo.h222 const Module *getModule() const { return TheModule; } in getModule() function
/external/guice/core/src/com/google/inject/spi/
DElements.java139 public static Module getModule(final Iterable<? extends Element> elements) { in getModule() method in Elements
/external/clang/include/clang/Serialization/
DASTWriter.h340 Module *getModule() const { return Mod; } in getModule() function
/external/clang/lib/CodeGen/
DCodeGenModule.h601 llvm::Module &getModule() const { return TheModule; } in getModule() function
/external/clang/lib/Serialization/
DASTReader.cpp7520 Module *ASTReader::getModule(unsigned ID) { in getModule() function in ASTReader