Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp209 if (!Ctx.getAsmInfo()->canRelaxRelocations()) in getRelocType64()
277 if (!Ctx.getAsmInfo()->canRelaxRelocations()) in getRelocType32()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCAsmInfo.h875 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations() function
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1026 Ctx.getAsmInfo()->canRelaxRelocations(); in LowerTlsAddr()