/external/llvm/include/llvm/Object/ |
D | IRObjectFile.h | 46 const Module &getModule() const { in getModule() function 49 Module &getModule() { in getModule() function
|
/external/llvm/lib/Analysis/ |
D | Trace.cpp | 28 Module *Trace::getModule() const { in getModule() function in Trace
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | OrcTestCommon.h | 71 Module* getModule() { return M.get(); } in getModule() function 72 const Module* getModule() const { return M.get(); } in getModule() function
|
/external/llvm/include/llvm/IR/ |
D | ModuleSlotTracker.h | 57 const Module *getModule() const { return M; } in getModule() function
|
D | DiagnosticInfo.h | 203 const Module &getModule() const { return M; } in getModule() function
|
/external/llvm/include/llvm/LTO/ |
D | LTOModule.h | 113 const Module &getModule() const { in getModule() function 116 Module &getModule() { in getModule() function
|
/external/llvm/include/llvm/Linker/ |
D | IRMover.h | 67 Module &getModule() { return Composite; } in getModule() function
|
/external/llvm/include/llvm/Analysis/ |
D | CallGraph.h | 119 Module &getModule() const { return M; } in getModule() function 338 Module &getModule() const { return G->getModule(); } in getModule() function
|
/external/llvm/lib/IR/ |
D | BasicBlock.cpp | 116 const Module *BasicBlock::getModule() const { in getModule() function in BasicBlock 120 Module *BasicBlock::getModule() { in getModule() function in BasicBlock
|
D | Instruction.cpp | 57 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/ |
D | VersionInfo.java | 132 public final String getModule() { in getModule() method in VersionInfo
|
/external/clang/include/clang/Lex/ |
D | ModuleMap.h | 123 Module *getModule() const { return Storage.getPointer(); } in getModule() function
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | CompileOnDemandLayer.h | 77 Module& getModule() const override { return *ModulePtr; } in getModule() function
|
/external/clang/include/clang/AST/ |
D | ExternalASTSource.h | 143 virtual Module *getModule(unsigned ID) { return nullptr; } in getModule() function
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineModuleInfo.h | 222 const Module *getModule() const { return TheModule; } in getModule() function
|
/external/guice/core/src/com/google/inject/spi/ |
D | Elements.java | 139 public static Module getModule(final Iterable<? extends Element> elements) { in getModule() method in Elements
|
/external/clang/include/clang/Serialization/ |
D | ASTWriter.h | 340 Module *getModule() const { return Mod; } in getModule() function
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.h | 601 llvm::Module &getModule() const { return TheModule; } in getModule() function
|
/external/clang/lib/Serialization/ |
D | ASTReader.cpp | 7520 Module *ASTReader::getModule(unsigned ID) { in getModule() function in ASTReader
|