Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/lld/ELF/
DConfig.h67 enum class Target2Policy { Abs, Rel, GotRel }; enumerator
DDriver.cpp655 return Target2Policy::GotRel; in getTarget2()
657 return Target2Policy::GotRel; in getTarget2()