Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h345 struct DynamicSection : Section { struct
348 DynamicSection() : Section(ChunkKind::Dynamic) {} in DynamicSection() argument
350 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
354 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Dynamic; } in classof()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objcopy/ELF/
H A DObject.h844 explicit DynamicSection(ArrayRef<uint8_t> Data) : Section(Data) {} in DynamicSection() function