• Home
  • Raw
  • Download

Lines Matching refs:pModule

55 void MipsGNULDBackend::initTargetSections(Module& pModule, ObjectBuilder& pBuilder)  in initTargetSections()  argument
66 m_pRelDyn = new OutputRelocSection(pModule, reldyn); in initTargetSections()
70 void MipsGNULDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule) in initTargetSymbols() argument
115 Module& pModule, in scanRelocation() argument
176 void MipsGNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) in doPostLayout() argument
225 MipsGNULDBackend::sizeNamePools(Module& pModule, bool pIsStaticLink) in sizeNamePools() argument
243 const Module::SymbolTable& symbols = pModule.getSymbolTable(); in sizeNamePools()
279 dynstr += pModule.name().size() + 1; in sizeNamePools()
289 Module::const_lib_iterator lib, libEnd = pModule.lib_end(); in sizeNamePools()
290 for (lib = pModule.lib_begin(); lib != libEnd; ++lib) { in sizeNamePools()
347 fatal(diag::fatal_illegal_codegen_type) << pModule.name(); in sizeNamePools()
367 Module::const_iterator sect, sectEnd = pModule.end(); in sizeNamePools()
368 for (sect = pModule.begin(); sect != sectEnd; ++sect) { in sizeNamePools()
407 void MipsGNULDBackend::emitDynNamePools(Module& pModule, MemoryArea& pOutput) in emitDynNamePools() argument
457 const Module::SymbolTable& symbols = pModule.getSymbolTable(); in emitDynNamePools()
499 Module::const_lib_iterator lib, libEnd = pModule.lib_end(); in emitDynNamePools()
500 for (lib = pModule.lib_begin(); lib != libEnd; ++lib) { in emitDynNamePools()
540 strcpy((strtab + strtabsize), pModule.name().c_str()); in emitDynNamePools()
541 strtabsize += pModule.name().size() + 1; in emitDynNamePools()
620 bool MipsGNULDBackend::allocateCommonSymbols(Module& pModule) in allocateCommonSymbols() argument
622 SymbolCategory& symbol_list = pModule.getSymbolTable(); in allocateCommonSymbols()
935 void MipsGNULDBackend::doCreateProgramHdrs(Module& pModule) in doCreateProgramHdrs() argument