Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h376 struct DynamicSection : Section { struct
379 DynamicSection() : Section(ChunkKind::Dynamic) {} in DynamicSection() argument
381 getEntriesDynamicSection getEntries() argument
385 classofDynamicSection classof() argument
/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h985 explicit DynamicSection(ArrayRef<uint8_t> Data) : Section(Data) {} DynamicSection() function
/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1278 DynamicSection<ELFT>::DynamicSection() DynamicSection() function in DynamicSection