Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h376 struct DynamicSection : Section { struct
379 DynamicSection() : Section(ChunkKind::Dynamic) {} in DynamicSection() argument
381 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
385 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Dynamic; } in classof()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h990 explicit DynamicSection(ArrayRef<uint8_t> Data) : Section(Data) {} in DynamicSection() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1280 DynamicSection<ELFT>::DynamicSection() in DynamicSection() function in DynamicSection