Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DSyntheticSections.cpp1548 bool AIsRel = A.Type == Target->RelativeRel; in compRelocations() local
1550 if (AIsRel != BIsRel) in compRelocations()
1551 return AIsRel; in compRelocations()