Home
last modified time | relevance | path

Searched defs:RelrSection (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h638 struct RelrSection : Section { struct
641 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection() argument
643 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
647 static bool classof(const Chunk *S) { in classof()
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp2016 RelrSection<ELFT>::RelrSection(unsigned concurrency, bool isAArch64Auth) in RelrSection() function in RelrSection