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