Lines Matching refs:MCFixupKind

30 std::optional<MCFixupKind>
42 return static_cast<MCFixupKind>(FirstLiteralRelocationKind + Type); in getFixupKind()
48 LoongArchAsmBackend::getFixupKindInfo(MCFixupKind Kind) const { in getFixupKindInfo()
154 MCFixupKind Kind = Fixup.getKind(); in applyFixup()
225 MCFixup::create(0, Dummy, MCFixupKind(LoongArch::fixup_loongarch_align)); in shouldInsertFixupForCodeAlign()
269 static inline std::pair<MCFixupKind, MCFixupKind>
276 MCFixupKind(FirstLiteralRelocationKind + ELF::R_LARCH_ADD6), in getRelocPairForSize()
277 MCFixupKind(FirstLiteralRelocationKind + ELF::R_LARCH_SUB6)); in getRelocPairForSize()
280 MCFixupKind(FirstLiteralRelocationKind + ELF::R_LARCH_ADD8), in getRelocPairForSize()
281 MCFixupKind(FirstLiteralRelocationKind + ELF::R_LARCH_SUB8)); in getRelocPairForSize()
284 MCFixupKind(FirstLiteralRelocationKind + ELF::R_LARCH_ADD16), in getRelocPairForSize()
285 MCFixupKind(FirstLiteralRelocationKind + ELF::R_LARCH_SUB16)); in getRelocPairForSize()
288 MCFixupKind(FirstLiteralRelocationKind + ELF::R_LARCH_ADD32), in getRelocPairForSize()
289 MCFixupKind(FirstLiteralRelocationKind + ELF::R_LARCH_SUB32)); in getRelocPairForSize()
292 MCFixupKind(FirstLiteralRelocationKind + ELF::R_LARCH_ADD64), in getRelocPairForSize()
293 MCFixupKind(FirstLiteralRelocationKind + ELF::R_LARCH_SUB64)); in getRelocPairForSize()
296 MCFixupKind(FirstLiteralRelocationKind + ELF::R_LARCH_ADD_ULEB128), in getRelocPairForSize()
297 MCFixupKind(FirstLiteralRelocationKind + ELF::R_LARCH_SUB_ULEB128)); in getRelocPairForSize()
341 std::pair<MCFixupKind, MCFixupKind> FK; in relaxDwarfLineAddr()
408 std::pair<MCFixupKind, MCFixupKind> FK) { in relaxDwarfCFA() argument
456 std::pair<MCFixupKind, MCFixupKind> FK; in handleAddSubRelocations()