Searched refs:pModule (Results 76 - 91 of 91) sorted by relevance

1234

/frameworks/compile/mclinker/include/mcld/Script/
H A DBinaryOp.h39 IntOperand* eval(const Module& pModule, const TargetLDBackend& pBackend);
H A DOutputSectDesc.h185 void activate(Module& pModule);
H A DScriptFile.h82 void activate(Module& pModule);
H A DOperator.h104 virtual IntOperand* eval(const Module& pModule,
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp162 Module& pModule,
179 scanLocalReloc(pReloc, pLinker, pModule, pSection);
181 scanGlobalReloc(pReloc, pLinker, pModule, pSection);
247 Module& pModule = pBuilder.getModule(); local
248 Module::AliasList* alias_list = pModule.getAliasList(pSym);
313 Module& pModule,
401 sect_sym = pModule.getSectionSymbolSet().get(*sym_sect);
406 sect_sym = pModule.getSectionSymbolSet().get(*sym_sect);
516 Module& pModule,
1291 Module& pModule,
160 scanRelocation(Relocation& pReloc, IRBuilder& pLinker, Module& pModule, LDSection& pSection, Input& pInput) argument
311 scanLocalReloc(Relocation& pReloc, IRBuilder& pBuilder, Module& pModule, LDSection& pSection) argument
514 scanGlobalReloc(Relocation& pReloc, IRBuilder& pBuilder, Module& pModule, LDSection& pSection) argument
1289 scanLocalReloc(Relocation& pReloc, IRBuilder& pBuilder, Module& pModule, LDSection& pSection) argument
1361 scanGlobalReloc(Relocation& pReloc, IRBuilder& pBuilder, Module& pModule, LDSection& pSection) argument
[all...]
/frameworks/compile/mclinker/lib/LD/
H A DGarbageCollection.cpp100 Module& pModule)
101 : m_Config(pConfig), m_Backend(pBackend), m_Module(pModule) {
98 GarbageCollection(const LinkerConfig& pConfig, const TargetLDBackend& pBackend, Module& pModule) argument
H A DELFReader.cpp181 Module& pModule = pBuilder.getModule(); local
188 pModule.CreateAliasList(*sym_it->pt_alias->resolveInfo());
189 pModule.addAlias(*alias_it->pt_alias->resolveInfo());
677 Module& pModule = pBuilder.getModule(); local
684 pModule.CreateAliasList(*sym_it->pt_alias->resolveInfo());
685 pModule.addAlias(*alias_it->pt_alias->resolveInfo());
H A DGNUArchiveReader.cpp33 GNUArchiveReader::GNUArchiveReader(Module& pModule, argument
35 : m_Module(pModule), m_ELFObjectReader(pELFObjectReader) {
H A DIdenticalCodeFolding.cpp50 Module& pModule)
51 : m_Config(pConfig), m_Backend(pBackend), m_Module(pModule) {
48 IdenticalCodeFolding(const LinkerConfig& pConfig, const TargetLDBackend& pBackend, Module& pModule) argument
/frameworks/compile/mclinker/include/mcld/
H A DIRBuilder.h53 IRBuilder(Module& pModule, const LinkerConfig& pConfig);
/frameworks/native/opengl/libagl/
H A Dtexture.cpp131 hw_module_t const* pModule; local
132 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &pModule))
136 reinterpret_cast<gralloc_module_t const*>(pModule);
159 hw_module_t const* pModule; local
160 if (hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &pModule))
164 reinterpret_cast<gralloc_module_t const*>(pModule);
H A Degl.cpp348 hw_module_t const* pModule; local
349 hw_get_module(GRALLOC_HARDWARE_MODULE_ID, &pModule);
350 module = reinterpret_cast<gralloc_module_t const*>(pModule);
/frameworks/compile/mclinker/lib/Core/
H A DIRBuilder.cpp111 IRBuilder::IRBuilder(Module& pModule, const LinkerConfig& pConfig) argument
112 : m_Module(pModule), m_Config(pConfig), m_InputBuilder(pConfig) {
/frameworks/compile/mclinker/lib/Target/AArch64/
H A DAArch64Relocator.cpp374 Module& pModule,
372 scanRelocation(Relocation& pReloc, IRBuilder& pBuilder, Module& pModule, LDSection& pSection, Input& pInput) argument
/frameworks/compile/mclinker/lib/Target/Mips/
H A DMipsRelocator.cpp186 Module& pModule,
184 scanRelocation(Relocation& pReloc, IRBuilder& pBuilder, Module& pModule, LDSection& pSection, Input& pInput) argument
/frameworks/compile/mclinker/lib/Target/ARM/
H A DARMRelocator.cpp730 Module& pModule,
728 scanRelocation(Relocation& pReloc, IRBuilder& pBuilder, Module& pModule, LDSection& pSection, Input& pInput) argument

Completed in 168 milliseconds

1234