Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h444 struct RelrSection : Section { struct
448 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection() argument
450 static bool classof(const Chunk *S) { in classof()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h549 struct RelrSection : Section { struct
552 RelrSection() : Section(ChunkKind::Relr) {} in RelrSection() argument
554 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
558 static bool classof(const Chunk *S) { in classof()
/external/llvm-project/lld/ELF/
DSyntheticSections.cpp1918 template <class ELFT> RelrSection<ELFT>::RelrSection() { in RelrSection() function in RelrSection
3838 template class elf::RelrSection<ELF32LE>; member in elf
3839 template class elf::RelrSection<ELF32BE>; member in elf
3840 template class elf::RelrSection<ELF64LE>; member in elf
3841 template class elf::RelrSection<ELF64BE>; member in elf