Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h364 struct DynamicSection : Section { global() struct
367 DynamicSectionDynamicSection DynamicSection() argument
369 getEntriesDynamicSection getEntries() argument
373 classofDynamicSection classof() argument
/freebsd-src/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1253 DynamicSection<ELFT>::DynamicSection() DynamicSection() function in DynamicSection
4025 template class elf::DynamicSection<ELF32LE>; global() member in elf
4026 template class elf::DynamicSection<ELF32BE>; global() member in elf
4027 template class elf::DynamicSection<ELF64LE>; global() member in elf
4028 template class elf::DynamicSection<ELF64BE>; global() member in elf
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h866 explicit DynamicSection(ArrayRef<uint8_t> Data) : Section(Data) {} DynamicSection() function