HomeSort by relevance Sort by last modified time
    Searched refs:pModule (Results 76 - 100 of 149) sorted by null

1 2 34 5 6

  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64LDBackend.cpp 87 void AArch64GNULDBackend::initTargetSections(Module& pModule,
120 m_pRelaPLT = new OutputRelocSection(pModule, relaplt);
124 m_pRelaDyn = new OutputRelocSection(pModule, reladyn);
129 Module& pModule)
246 void AArch64GNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder)
328 bool AArch64GNULDBackend::doRelax(Module& pModule,
342 void AArch64GNULDBackend::doCreateProgramHdrs(Module& pModule)
353 bool AArch64GNULDBackend::mergeSection(Module& pModule,
  /frameworks/compile/mclinker/tools/mcld/include/mcld/
OutputFormatOptions.h 28 bool parse(Module& pModule, LinkerConfig& pConfig);
30 bool parseOutput(Module& pModule, LinkerConfig& pConfig);
  /external/chromium_org/third_party/sqlite/src/src/
vtab.c 25 const sqlite3_module *pModule, /* The definition of the module */
40 pMod->pModule = pModule;
67 const sqlite3_module *pModule, /* The definition of the module */
70 return createModule(db, zName, pModule, pAux, 0);
79 const sqlite3_module *pModule, /* The definition of the module */
83 return createModule(db, zName, pModule, pAux, xDestroy);
126 p->pModule->xDisconnect(p);
475 pVTable->pVtab->pModule = pMod->pModule;
    [all...]
  /frameworks/compile/mclinker/lib/Target/X86/
X86LDBackend.cpp 120 void X86GNULDBackend::doPostLayout(Module& pModule,
276 void X86GNULDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule)
294 void X86GNULDBackend::addEhFrameForPLT(Module& pModule)
296 LDSection* plt_sect = pModule.getSection(".plt");
300 LDSection* eh_sect = pModule.getSection(".eh_frame");
347 void X86GNULDBackend::doCreateProgramHdrs(Module& pModule)
373 void X86_32GNULDBackend::initTargetSections(Module& pModule,
394 m_pRelPLT = new OutputRelocSection(pModule, relplt);
398 m_pRelDyn = new OutputRelocSection(pModule, reldyn);
664 void X86_64GNULDBackend::initTargetSections(Module& pModule,
    [all...]
  /frameworks/compile/mclinker/tools/mcld/
main.cpp 38 mcld::Module& pModule,
66 if (!output_format.parse(pModule, pConfig))
88 pConfig.options().setSOName(pModule.name());
  /external/pdfium/core/include/fpdfapi/
fpdf_module.h 38 void SetCodecModule(CCodec_ModuleMgr* pModule)
40 m_pCodecModule = pModule;
  /frameworks/compile/mclinker/lib/CodeGen/
MCLDTargetMachine.cpp 195 mcld::Module& pModule,
238 pModule,
248 pModule,
258 pModule,
268 pModule,
358 mcld::Module& pModule,
370 pModule.setName(pFileHandle.path().filename().native());
374 pModule,
  /frameworks/compile/mclinker/lib/LD/
BranchIslandFactory.cpp 41 void BranchIslandFactory::group(Module& pModule)
44 LDSection* text = pModule.getSection(".text");
Relocator.cpp 31 Module& pModule,
48 pModule.getSectionSymbolSet().get(out_sect)->resolveInfo();
GroupReader.cpp 21 GroupReader::GroupReader(Module& pModule,
26 : m_Module(pModule),
  /frameworks/compile/mclinker/lib/Script/
InputSectDesc.cpp 99 void InputSectDesc::activate(Module& pModule)
101 pModule.getScript().sectionMap().insert(*this, m_OutputSectDesc);
Assignment.cpp 78 void Assignment::activate(Module& pModule)
81 LinkerScript& script = pModule.getScript();
RpnEvaluator.cpp 24 RpnEvaluator::RpnEvaluator(const Module& pModule,
26 : m_Module(pModule),
  /frameworks/compile/mclinker/lib/Target/
GNULDBackend.cpp 164 GNULDBackend::createArchiveReader(Module& pModule)
167 return new GNUArchiveReader(pModule, *m_pObjectReader);
225 Module& pModule)
233 Module::iterator iter, iterEnd = pModule.end();
234 for (iter = pModule.begin(); iter != iterEnd; ++iter) {
744 void GNULDBackend::sizeShstrtab(Module& pModule)
748 Module::const_iterator sect, sectEnd = pModule.end();
749 for (sect = pModule.begin(); sect != sectEnd; ++sect) {
758 void GNULDBackend::sizeNamePools(Module& pModule)
778 Module::SymbolTable& symbols = pModule.getSymbolTable()
    [all...]
  /frameworks/compile/mclinker/lib/Target/Mips/
MipsLDBackend.cpp 93 void MipsGNULDBackend::initTargetSections(Module& pModule,
103 m_pRelPlt = new OutputRelocSection(pModule, relplt);
107 m_pRelDyn = new OutputRelocSection(pModule, reldyn);
110 void MipsGNULDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule)
216 void MipsGNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder)
310 void MipsGNULDBackend::orderSymbolTable(Module& pModule)
321 Module::SymbolTable& symbols = pModule.getSymbolTable();
513 bool MipsGNULDBackend::allocateCommonSymbols(Module& pModule)
515 SymbolCategory& symbol_list = pModule.getSymbolTable();
681 void MipsGNULDBackend::doCreateProgramHdrs(Module& pModule)
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
GNUArchiveReader.h 29 GNUArchiveReader(Module& pModule, ELFObjectReader& pELFObjectReader);
IdenticalCodeFolding.h 61 Module& pModule);
  /frameworks/compile/mclinker/include/mcld/Script/
InputSectDesc.h 92 void activate(Module& pModule);
SectionsCmd.h 59 void activate(Module& pModule);
UnaryOp.h 41 IntOperand* eval(const Module& pModule, const TargetLDBackend& pBackend);
  /frameworks/compile/mclinker/include/mcld/Support/
Target.h 76 Module& pModule,
  /frameworks/compile/mclinker/lib/Target/ARM/
ARMLDBackend.cpp 82 void ARMGNULDBackend::initTargetSections(Module& pModule, ObjectBuilder& pBuilder)
121 m_pRelPLT = new OutputRelocSection(pModule, relplt);
125 m_pRelDyn = new OutputRelocSection(pModule, reldyn);
129 void ARMGNULDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule)
173 pModule.getSymbolTable().changeToDynamic(*m_pEXIDXStart);
175 pModule.getSymbolTable().changeToDynamic(*m_pEXIDXEnd);
263 void ARMGNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder)
413 bool ARMGNULDBackend::mergeSection(Module& pModule,
432 ObjectBuilder builder(pModule);
440 void ARMGNULDBackend::setUpReachedSectionsForGC(const Module& pModule,
    [all...]
ARMRelocator.h 97 Module& pModule,
  /frameworks/compile/mclinker/tools/mcld/lib/
OutputFormatOptions.cpp 205 bool OutputFormatOptions::parse(mcld::Module& pModule, LinkerConfig& pConfig)
207 if (!parseOutput(pModule, pConfig)) {
208 mcld::unreachable(mcld::diag::unrecognized_output_file) << pModule.name();
250 bool OutputFormatOptions::parseOutput(Module& pModule, LinkerConfig& pConfig)
307 pModule.setName(output_filename);
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonLDBackend.cpp 121 void HexagonLDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder)
431 void HexagonLDBackend::initTargetSections(Module& pModule,
455 m_pRelaPLT = new OutputRelocSection(pModule, relaplt);
459 m_pRelaDyn = new OutputRelocSection(pModule, reladyn);
503 void HexagonLDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule)
577 bool HexagonLDBackend::doRelax(Module& pModule, IRBuilder& pBuilder,
584 Module::obj_iterator input, inEnd = pModule.obj_end();
585 for (input = pModule.obj_begin(); input != inEnd; ++input) {
699 bool HexagonLDBackend::mergeSection(Module& pModule,
715 ObjectBuilder builder(pModule);
    [all...]

Completed in 1044 milliseconds

1 2 34 5 6