Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp189 if (!Ctx.getAsmInfo()->canRelaxRelocations()) in getRelocType64()
243 if (!Ctx.getAsmInfo()->canRelaxRelocations()) in getRelocType32()
/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCAsmInfo.h635 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations() function