Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DConfig.h91 enum class Target2Policy { Abs, Rel, GotRel }; enumerator
H A DDriver.cpp763 return Target2Policy::GotRel; in getTarget2()
765 return Target2Policy::GotRel; in getTarget2()