Searched defs:getModule (Results 1 - 25 of 44) sorted by relevance

12

/external/llvm/lib/Analysis/
H A DTrace.cpp28 Module *Trace::getModule() const { function in class:Trace
39 (*i)->printAsOperand(O, true, getModule());
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DTrace.cpp29 Module *Trace::getModule() const { function in class:Trace
40 WriteAsOperand(O, *i, true, getModule());
/external/llvm/include/llvm/IR/
H A DModuleSlotTracker.h61 const Module *getModule() const { return M; } function in class:llvm::ModuleSlotTracker
H A DDiagnosticInfo.h241 const Module &getModule() const { return M; } function in class:llvm::DiagnosticInfoDebugMetadataVersion
264 const Module &getModule() const { return M; } function in class:llvm::DiagnosticInfoIgnoringInvalidDebugMetadata
/external/llvm/include/llvm/Linker/
H A DIRMover.h76 Module &getModule() { return Composite; } function in class:llvm::IRMover
/external/llvm/include/llvm/Object/
H A DIRObjectFile.h47 const Module &getModule() const { function in class:llvm::object::IRObjectFile
48 return const_cast<IRObjectFile*>(this)->getModule();
50 Module &getModule() { function in class:llvm::object::IRObjectFile
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
H A DGCMetadataPrinter.h57 const Module &getModule() const { return S->getModule(); } function in class:llvm::GCMetadataPrinter
H A DGCStrategy.h84 /// getModule - The module within which the GC strategy is operating.
86 const Module &getModule() const { return *M; } function in class:llvm::GCStrategy
H A DMachineModuleInfo.h194 const Module *getModule() const { return TheModule; } function in class:llvm::MachineModuleInfo
/external/swiftshader/third_party/LLVM/include/llvm/
H A DLinker.h29 /// into it. The composite Module can be retrieved via the getModule() method.
99 Module* getModule() const { return Composite; } function in class:llvm::Linker
/external/apache-http/src/org/apache/http/util/
H A DVersionInfo.java132 public final String getModule() { method in class:VersionInfo
/external/llvm/include/llvm/LTO/legacy/
H A DLTOModule.h111 const Module &getModule() const { function in struct:llvm::LTOModule
112 return const_cast<LTOModule*>(this)->getModule();
114 Module &getModule() { function in struct:llvm::LTOModule
115 return IRFile->getModule();
122 return getModule().getTargetTriple();
127 getModule().setTargetTriple(Triple);
/external/llvm/unittests/ExecutionEngine/Orc/
H A DOrcTestCommon.h75 Module* getModule() { return M.get(); } function in class:llvm::ModuleBuilder
76 const Module* getModule() const { return M.get(); } function in class:llvm::ModuleBuilder
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
H A DJIT.h46 Module *getModule() const { return M; } function in class:llvm::JITState
/external/llvm/lib/IR/
H A DBasicBlock.cpp116 const Module *BasicBlock::getModule() const { function in class:BasicBlock
120 Module *BasicBlock::getModule() { function in class:BasicBlock
H A DInstruction.cpp57 const Module *Instruction::getModule() const { function in class:Instruction
58 return getParent()->getModule();
61 Module *Instruction::getModule() { function in class:Instruction
62 return getParent()->getModule();
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
H A DCallGraph.h87 /// getModule - Return the module the call graph corresponds to.
89 Module &getModule() const { return *Mod; } function in class:llvm::CallGraph
/external/clang/include/clang/Lex/
H A DModuleMap.h130 Module *getModule() const { return Storage.getPointer(); } function in class:clang::ModuleMap::KnownHeader
137 return getModule()->isAvailable();
143 (M && M->getTopLevelModule() == getModule()->getTopLevelModule());
/external/guice/core/src/com/google/inject/spi/
H A DElements.java139 public static Module getModule(final Iterable<? extends Element> elements) { method in class:Elements
/external/llvm/include/llvm/Analysis/
H A DCallGraph.h120 Module &getModule() const { return M; } function in class:llvm::CallGraph
346 Module &getModule() const { return G->getModule(); } function in class:CallGraphWrapperPass
/external/clang/include/clang/AST/
H A DExternalASTSource.h143 virtual Module *getModule(unsigned ID) { return nullptr; } function in class:clang::ExternalASTSource
/external/clang/lib/CodeGen/
H A DCodeGenAction.cpp83 llvm::Module *getModule() const { return Gen->GetModule(); } function in class:clang::BackendConsumer
152 if (!getModule())
157 LLVMContext &Ctx = getModule()->getContext();
172 if (Linker::linkModules(*getModule(), std::move(I.second), LinkFlags))
176 EmbedBitcode(getModule(), CodeGenOpts, llvm::MemoryBufferRef());
180 getModule(), Action, AsmOutStream);
/external/llvm/include/llvm/CodeGen/
H A DMachineModuleInfo.h223 const Module *getModule() const { return TheModule; } function in class:llvm::MachineModuleInfo
/external/spirv-llvm/lib/SPIRV/libSPIRV/
H A DSPIRVEntry.h249 SPIRVModule *getModule() const { return Module;} function in class:SPIRV::SPIRVEntry
428 : SPIRVAnnotationGeneric(TheTarget->getModule(), TheWordCount, OC,
/external/clang/include/clang/Serialization/
H A DASTWriter.h342 Module *getModule() const { return Mod; } function in class:clang::ASTWriter::DeclUpdate

Completed in 529 milliseconds

12