Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h348 struct DynamicSection : Section { struct
351 DynamicSection() : Section(ChunkKind::Dynamic) {} in DynamicSection() function
353 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
357 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Dynamic; } in classof()
/llvm-project-15.0.7/lld/ELF/
H A DSyntheticSections.cpp1277 DynamicSection<ELFT>::DynamicSection() in DynamicSection() function in DynamicSection
3943 template class elf::DynamicSection<ELF32LE>; member in elf
3944 template class elf::DynamicSection<ELF32BE>; member in elf
3945 template class elf::DynamicSection<ELF64LE>; member in elf
3946 template class elf::DynamicSection<ELF64BE>; member in elf
/llvm-project-15.0.7/llvm/lib/ObjCopy/ELF/
H A DELFObject.h854 explicit DynamicSection(ArrayRef<uint8_t> Data) : Section(Data) {} in DynamicSection() function