Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h593 struct RelocationSection : Section { struct
597 RelocationSection() : Section(ChunkKind::Relocation) {} in RelocationSection() function
599 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
603 static bool classof(const Chunk *S) { in classof()
/freebsd-13.1/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1697 RelocationSection<ELFT>::RelocationSection(StringRef name, bool sort) in RelocationSection() function in RelocationSection
3900 template class elf::RelocationSection<ELF32LE>; member in elf
3901 template class elf::RelocationSection<ELF32BE>; member in elf
3902 template class elf::RelocationSection<ELF64LE>; member in elf
3903 template class elf::RelocationSection<ELF64BE>; member in elf
/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objcopy/ELF/
H A DObject.h39 class RelocationSection; variable