Home
last modified time | relevance | path

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

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