Searched refs:FixedValueA (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
H A D | LoongArchAsmBackend.cpp | 457 uint64_t FixedValueA, FixedValueB; in handleAddSubRelocations() local 504 Asm.getWriter().recordRelocation(Assembler, &F, FA, A, FixedValueA); in handleAddSubRelocations() 506 FixedValue = FixedValueA - FixedValueB; in handleAddSubRelocations()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVAsmBackend.cpp | 584 uint64_t FixedValueA, FixedValueB; in handleAddSubRelocations() local 619 Asm.getWriter().recordRelocation(Assembler, &F, FA, A, FixedValueA); in handleAddSubRelocations() 621 FixedValue = FixedValueA - FixedValueB; in handleAddSubRelocations()
|