Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFObjectWriter.cpp209 if (!Ctx.getAsmInfo()->canRelaxRelocations()) in getRelocType64()
277 if (!Ctx.getAsmInfo()->canRelaxRelocations()) in getRelocType32()
/openbsd/src/gnu/llvm/llvm/include/llvm/MC/
DMCAsmInfo.h879 bool canRelaxRelocations() const { return RelaxELFRelocations; } in canRelaxRelocations() function
/openbsd/src/gnu/llvm/llvm/lib/Target/X86/
DX86MCInstLower.cpp1034 Ctx.getAsmInfo()->canRelaxRelocations(); in LowerTlsAddr()