Home
last modified time | relevance | path

Searched refs:canRelaxRelocations (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp210 if (!Ctx.getAsmInfo()->canRelaxRelocations()) in getRelocType64()
262 if (!Ctx.getAsmInfo()->canRelaxRelocations()) in getRelocType32()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCAsmInfo.h888 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp555 Ctx.getAsmInfo()->canRelaxRelocations(); in LowerTlsAddr()