Home
last modified time | relevance | path

Searched refs:FixedValueB (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp457 uint64_t FixedValueA, FixedValueB; in handleAddSubRelocations() local
505 Asm.getWriter().recordRelocation(Assembler, &F, FB, B, FixedValueB); in handleAddSubRelocations()
506 FixedValue = FixedValueA - FixedValueB; in handleAddSubRelocations()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVAsmBackend.cpp584 uint64_t FixedValueA, FixedValueB; in handleAddSubRelocations() local
620 Asm.getWriter().recordRelocation(Assembler, &F, FB, B, FixedValueB); in handleAddSubRelocations()
621 FixedValue = FixedValueA - FixedValueB; in handleAddSubRelocations()