Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFObjectWriter.cpp209 if (!Ctx.getAsmInfo()->canRelaxRelocations()) in getRelocType64()
274 if (!Ctx.getAsmInfo()->canRelaxRelocations()) in getRelocType32()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCAsmInfo.h831 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1013 Ctx.getAsmInfo()->canRelaxRelocations(); in LowerTlsAddr()