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.h617 RelrBaseSection(Ctx &, unsigned concurrency, bool isAArch64Auth = false);
635 RelrSection(Ctx &, unsigned concurrency, bool isAArch64Auth = false);
H A DSyntheticSections.cpp1801 bool isAArch64Auth) in RelrBaseSection() argument
1803 ctx, isAArch64Auth ? ".relr.auth.dyn" : ".relr.dyn", in RelrBaseSection()
1804 isAArch64Auth in RelrBaseSection()
2073 bool isAArch64Auth) in RelrSection() argument
2074 : RelrBaseSection(ctx, concurrency, isAArch64Auth) { in RelrSection()