Lines Matching defs:emitRelocation
956 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf32_Rel& pRel,
960 GNULDBackend::emitRelocation(pRel, pType, pSymIdx, pOffset);
963 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf32_Rela& pRel,
968 GNULDBackend::emitRelocation(pRel, pType, pSymIdx, pOffset, pAddend);
971 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf64_Rel& pRel,
983 void MipsGNULDBackend::emitRelocation(llvm::ELF::Elf64_Rela& pRel,