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.h391 struct DynamicSection : Section { struct
394 DynamicSection() : Section(ChunkKind::Dynamic) {} in DynamicSection() argument
396 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
400 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Dynamic; } in classof()
/freebsd/contrib/llvm-project/llvm/lib/ObjCopy/ELF/
H A DELFObject.h994 explicit DynamicSection(ArrayRef<uint8_t> Data) : Section(Data) {} in DynamicSection() function
/freebsd/contrib/llvm-project/lld/ELF/
H A DSyntheticSections.cpp1331 DynamicSection<ELFT>::DynamicSection(Ctx &ctx) in DynamicSection() function in DynamicSection