Lines Matching refs:pBuilder
97 ObjectBuilder& pBuilder) { in initTargetSections() argument
112 m_psdata = pBuilder.CreateSection( in initTargetSections()
118 m_pAbiFlags = pBuilder.CreateSection(".MIPS.abiflags", LDFileFormat::Target, in initTargetSections()
123 void MipsGNULDBackend::initTargetSymbols(IRBuilder& pBuilder, Module& pModule) { in initTargetSymbols() argument
126 m_pGOTSymbol = pBuilder.AddSymbol<IRBuilder::AsReferred, IRBuilder::Resolve>( in initTargetSymbols()
138 m_pPLTSymbol = pBuilder.AddSymbol<IRBuilder::AsReferred, IRBuilder::Resolve>( in initTargetSymbols()
149 pBuilder.AddSymbol<IRBuilder::AsReferred, IRBuilder::Resolve>( in initTargetSymbols()
159 pBuilder.AddSymbol<IRBuilder::AsReferred, IRBuilder::Unresolve>( in initTargetSymbols()
180 void MipsGNULDBackend::doPreLayout(IRBuilder& pBuilder) { in doPreLayout() argument
196 defineGOTSymbol(pBuilder); in doPreLayout()
202 defineGOTPLTSymbol(pBuilder); in doPreLayout()
230 void MipsGNULDBackend::doPostLayout(Module& pModule, IRBuilder& pBuilder) { in doPostLayout() argument
688 void MipsGNULDBackend::defineGOTSymbol(IRBuilder& pBuilder) { in defineGOTSymbol() argument
696 pBuilder.AddSymbol<IRBuilder::Force, IRBuilder::Unresolve>( in defineGOTSymbol()
706 m_pGOTSymbol = pBuilder.AddSymbol<IRBuilder::Force, IRBuilder::Resolve>( in defineGOTSymbol()
718 void MipsGNULDBackend::defineGOTPLTSymbol(IRBuilder& pBuilder) { in defineGOTPLTSymbol() argument
721 pBuilder.AddSymbol<IRBuilder::Force, IRBuilder::Unresolve>( in defineGOTPLTSymbol()
731 m_pPLTSymbol = pBuilder.AddSymbol<IRBuilder::Force, IRBuilder::Resolve>( in defineGOTPLTSymbol()
766 bool MipsGNULDBackend::relaxRelocation(IRBuilder& pBuilder, Relocation& pRel) { in relaxRelocation() argument
777 pRel, sym_value, pBuilder, *getBRIslandFactory()); in relaxRelocation()
796 IRBuilder& pBuilder, in doRelax() argument
821 if (relaxRelocation(pBuilder, *llvm::cast<Relocation>(reloc))) in doRelax()
1260 ObjectBuilder& pBuilder) { in initTargetSections() argument
1261 MipsGNULDBackend::initTargetSections(pModule, pBuilder); in initTargetSections()
1305 ObjectBuilder& pBuilder) { in initTargetSections() argument
1306 MipsGNULDBackend::initTargetSections(pModule, pBuilder); in initTargetSections()