Home | History | Annotate | Download | only in X86

Lines Matching full:pmodule

116 void X86GNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) {
254 void X86GNULDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule) {
271 void X86GNULDBackend::addEhFrameForPLT(Module& pModule) {
272 LDSection* plt_sect = pModule.getSection(".plt");
276 LDSection* eh_sect = pModule.getSection(".eh_frame");
322 void X86GNULDBackend::doCreateProgramHdrs(Module& pModule) {
345 void X86_32GNULDBackend::initTargetSections(Module& pModule,
365 m_pRelPLT = new OutputRelocSection(pModule, relplt);
369 m_pRelDyn = new OutputRelocSection(pModule, reldyn);
612 void X86_64GNULDBackend::initTargetSections(Module& pModule,
632 m_pRelPLT = new OutputRelocSection(pModule, relplt);
636 m_pRelDyn = new OutputRelocSection(pModule, reldyn);