Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h172 struct RelocationSection : Section { struct
175 RelocationSection() : Section(SectionKind::Relocation) {} in RelocationSection() argument
177 static bool classof(const Section *S) { in classof()
/freebsd-12.1/contrib/llvm/tools/lld/ELF/
H A DOutputSections.h72 OutputSection *RelocationSection = nullptr; variable
H A DSyntheticSections.cpp1539 RelocationSection<ELFT>::RelocationSection(StringRef Name, bool Sort) in RelocationSection() function in RelocationSection
3205 template class elf::RelocationSection<ELF32LE>; member in elf
3206 template class elf::RelocationSection<ELF32BE>; member in elf
3207 template class elf::RelocationSection<ELF64LE>; member in elf
3208 template class elf::RelocationSection<ELF64BE>; member in elf
/freebsd-12.1/contrib/llvm/tools/llvm-objcopy/ELF/
H A DObject.h40 class RelocationSection; variable