Searched refs:getRelocPairForSize (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/Target/LoongArch/MCTargetDesc/
H A DLoongArchAsmBackend.cpp265 getRelocPairForSize(unsigned Size) { function
350 FK = getRelocPairForSize(PtrSize == 4 ? 32 : 64);
355 FK = getRelocPairForSize(16);
413 AddFixups(0, getRelocPairForSize(6));
417 AddFixups(1, getRelocPairForSize(8));
421 AddFixups(1, getRelocPairForSize(16));
425 AddFixups(1, getRelocPairForSize(32));
479 FK = getRelocPairForSize(8);
482 FK = getRelocPairForSize(16);
485 FK = getRelocPairForSize(3
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/
H A DRISCVFixupKinds.h87 getRelocPairForSize(unsigned Size) { function in namespace:llvm::RISCV
H A DRISCVAsmBackend.cpp250 Fixup = RISCV::getRelocPairForSize(PtrSize);
255 Fixup = RISCV::getRelocPairForSize(2);

Completed in 69 milliseconds