Searched refs:getModule (Results 1 - 15 of 15) sorted by relevance

/frameworks/compile/libbcc/lib/
H A DScript.cpp50 mLinkRuntimeCallback(this, &mSource->getModule(),
51 &libclcore_source->getModule());
76 llvm::Module &libclcore_module = libclcore_source->getModule();
H A DCompiler.cpp283 transformPasses.run(script.getSource().getModule());
296 codeGenPasses.run(script.getSource().getModule());
304 llvm::Module &module = script.getSource().getModule();
371 llvm::Module &module = script.getSource().getModule();
490 llvm::Module &module = script.getSource().getModule();
518 pPM.run(script.getSource().getModule());
H A DSource.cpp87 return bcinfo::MetadataExtractor(&getModule()).getCompilerVersion();
92 const bcinfo::MetadataExtractor &me = bcinfo::MetadataExtractor(&getModule());
213 if (llvm::Linker::linkModules(*mModule, std::unique_ptr<llvm::Module>(&pSource.getModule())) != 0) {
218 // pSource.getModule() is destroyed after linking.
H A DRSCompilerDriver.cpp94 bcinfo::MetadataExtractor me(&pScript.getSource().getModule());
344 std::unique_ptr<llvm::Module> sourceModule(&source->getModule());
349 // source->getModule() is destroyed after linking.
351 // linking copies metadata from source->getModule(), but we don't
/frameworks/compile/libbcc/include/bcc/
H A DSource.h89 inline llvm::Module &getModule() function in class:bcc::Source
91 inline const llvm::Module &getModule() const function in class:bcc::Source
/frameworks/rs/rsov/compiler/
H A DGlobalAllocSPIRITPass.cpp144 const char *name = getModule()->lookupNameByInstruction(func);
153 TypeIntInst *UInt32Ty = getModule()->getUnsignedIntType(32);
155 auto ConstZero = getModule()->getConstant(UInt32Ty, 0U);
156 auto ConstOne = getModule()->getConstant(UInt32Ty, 1U);
160 getModule()->getPointerType(StorageClass::Uniform, UInt32Ty);
H A DBuiltin.cpp338 const char *name = getModule()->lookupNameByInstruction(func);
349 Instruction *inst = fpTranslate(name, call, this, &mBuilder, getModule());
/frameworks/rs/rsov/compiler/spirit/
H A Dtransformer.h47 Module *getModule() const { return mModule; } function in class:android::spirit::Transformer
H A Dtransformer_test.cpp49 auto *DoubleTy = getModule()->getFloatType(64);
50 ConstantInst *ConstDouble2 = getModule()->getConstant(DoubleTy, 2.0);
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h59 const Module& getModule() const { return m_Module; } function in class:mcld::IRBuilder
60 Module& getModule() { return m_Module; } function in class:mcld::IRBuilder
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86LDBackend.cpp113 addEhFrameForPLT(pBuilder.getModule());
H A DX86Relocator.cpp247 Module& pModule = pBuilder.getModule();
/frameworks/compile/mclinker/lib/LD/
H A DELFReader.cpp181 Module& pModule = pBuilder.getModule();
677 Module& pModule = pBuilder.getModule();
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp452 Module& pModule = pBuilder.getModule();
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp523 Module::AliasList* alias_list = pBuilder.getModule().getAliasList(pSym);

Completed in 289 milliseconds