Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.h611 RelrBaseSection(unsigned concurrency, bool isAArch64Auth = false);
629 RelrSection(unsigned concurrency, bool isAArch64Auth = false);
H A DSyntheticSections.cpp1742 RelrBaseSection::RelrBaseSection(unsigned concurrency, bool isAArch64Auth) in RelrBaseSection() argument
1745 isAArch64Auth in RelrBaseSection()
1748 config->wordsize, isAArch64Auth ? ".relr.auth.dyn" : ".relr.dyn"), in RelrBaseSection()
2016 RelrSection<ELFT>::RelrSection(unsigned concurrency, bool isAArch64Auth) in RelrSection() argument
2017 : RelrBaseSection(concurrency, isAArch64Auth) { in RelrSection()