Home
last modified time | relevance | path

Searched refs:getModule (Results 1 – 12 of 12) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
DRSScript.cpp39 &pScript.getSource().getModule(), &libclcore_source->getModule()); in LinkRuntime()
DRSScriptGroupFusion.cpp41 Module* module = const_cast<Module*>(&source.getModule()); in getInvokeFunction()
59 bcinfo::MetadataExtractor metadata(&source->getModule()); in getFunction()
106 bcinfo::MetadataExtractor metadata(&source->getModule()); in getFusedFuncSig()
DRSCompilerDriver.cpp97 bcinfo::MetadataExtractor me(&pScript.getSource().getModule()); in setupConfig()
297 if (linker.linkInModule(&source->getModule())) { in buildScriptGroup()
/frameworks/compile/libbcc/include/bcc/
DSource.h74 inline llvm::Module &getModule() in getModule() function
76 inline const llvm::Module &getModule() const in getModule() function
/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp208 passes.run(pScript.getSource().getModule()); in runPasses()
216 llvm::Module &module = pScript.getSource().getModule(); in compile()
289 llvm::Module &module = script.getSource().getModule(); in addInternalizeSymbolsPass()
421 llvm::Module &module = pScript.getSource().getModule(); in screenGlobalFunctions()
DSource.cpp145 if (llvm::Linker::LinkModules(mModule, &pSource.getModule()) != 0) { in merge()
/frameworks/compile/mclinker/include/mcld/
DIRBuilder.h59 const Module& getModule() const { return m_Module; } in getModule() function
60 Module& getModule() { return m_Module; } in getModule() function
/frameworks/compile/mclinker/lib/LD/
DELFReader.cpp181 Module& pModule = pBuilder.getModule(); in readSymbols()
677 Module& pModule = pBuilder.getModule(); in readSymbols()
/frameworks/compile/mclinker/lib/Target/X86/
DX86LDBackend.cpp113 addEhFrameForPLT(pBuilder.getModule()); in doPreLayout()
DX86Relocator.cpp247 Module& pModule = pBuilder.getModule(); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/Hexagon/
DHexagonRelocator.cpp452 Module& pModule = pBuilder.getModule(); in defineSymbolforCopyReloc()
/frameworks/compile/mclinker/lib/Target/Mips/
DMipsRelocator.cpp489 Module::AliasList* alias_list = pBuilder.getModule().getAliasList(pSym); in defineSymbolforCopyReloc()