Searched refs:FixedValueA (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/ |
| H A D | LoongArchAsmBackend.cpp | 454 uint64_t FixedValueA, FixedValueB; in handleAddSubRelocations() local 501 Asm.getWriter().recordRelocation(Asm, Layout, &F, FA, A, FixedValueA); in handleAddSubRelocations() 503 FixedValue = FixedValueA - FixedValueB; in handleAddSubRelocations()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| H A D | RISCVAsmBackend.cpp | 593 uint64_t FixedValueA, FixedValueB; in handleAddSubRelocations() local 628 Asm.getWriter().recordRelocation(Asm, Layout, &F, FA, A, FixedValueA); in handleAddSubRelocations() 630 FixedValue = FixedValueA - FixedValueB; in handleAddSubRelocations()
|