Home
last modified time | relevance | path

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

12

/external/llvm/include/llvm/Object/
DIRObjectFile.h47 const Module &getModule() const { in getModule() function
50 Module &getModule() { in getModule() function
/external/llvm/lib/Analysis/
DTrace.cpp28 Module *Trace::getModule() const { in getModule() function in Trace
/external/swiftshader/third_party/LLVM/lib/Analysis/
DTrace.cpp29 Module *Trace::getModule() const { in getModule() function in Trace
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DGCMetadataPrinter.h57 const Module &getModule() const { return S->getModule(); } in getModule() function
DGCStrategy.h86 const Module &getModule() const { return *M; } in getModule() function
DMachineModuleInfo.h194 const Module *getModule() const { return TheModule; } in getModule() function
/external/swiftshader/third_party/subzero/src/
DIceConverter.h44 llvm::Module *getModule() const { return Mod; } in getModule() function
/external/llvm/unittests/ExecutionEngine/Orc/
DOrcTestCommon.h75 Module* getModule() { return M.get(); } in getModule() function
76 const Module* getModule() const { return M.get(); } in getModule() function
/external/llvm/include/llvm/IR/
DModuleSlotTracker.h61 const Module *getModule() const { return M; } in getModule() function
DDiagnosticInfo.h241 const Module &getModule() const { return M; } in getModule() function
264 const Module &getModule() const { return M; } in getModule() function
/external/llvm/include/llvm/LTO/legacy/
DLTOModule.h111 const Module &getModule() const { in getModule() function
114 Module &getModule() { in getModule() function
/external/llvm/include/llvm/Linker/
DIRMover.h76 Module &getModule() { return Composite; } in getModule() function
/external/swiftshader/third_party/LLVM/include/llvm/
DLinker.h99 Module* getModule() const { return Composite; } in getModule() function
/external/llvm/include/llvm/Analysis/
DCallGraph.h120 Module &getModule() const { return M; } in getModule() function
346 Module &getModule() const { return G->getModule(); } in getModule() function
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJIT.h46 Module *getModule() const { return M; } 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/swiftshader/third_party/LLVM/include/llvm/Analysis/
DCallGraph.h89 Module &getModule() const { return *Mod; } in getModule() function
/external/clang/include/clang/Lex/
DModuleMap.h130 Module *getModule() const { return Storage.getPointer(); } 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.h223 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/lib/CodeGen/
DCodeGenAction.cpp83 llvm::Module *getModule() const { return Gen->GetModule(); } in getModule() function in clang::BackendConsumer
/external/clang/include/clang/Serialization/
DASTWriter.h342 Module *getModule() const { return Mod; } in getModule() function

12