Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h612 struct RelrSection : Section { struct
615 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection() argument
617 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
621 static bool classof(const Chunk *S) { in classof()
/openbsd-src/gnu/llvm/lld/ELF/
H A DSyntheticSections.cpp1968 RelrSection<ELFT>::RelrSection(unsigned concurrency) in RelrSection() function in RelrSection
3938 template class elf::RelrSection<ELF32LE>; member in elf
3939 template class elf::RelrSection<ELF32BE>; member in elf
3940 template class elf::RelrSection<ELF64LE>; member in elf
3941 template class elf::RelrSection<ELF64BE>; member in elf