Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h234 struct DynamicSection : Section { struct
238 DynamicSection() : Section(ChunkKind::Dynamic) {} in DynamicSection() argument
240 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Dynamic; } in classof()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h350 struct DynamicSection : Section { struct
353 DynamicSection() : Section(ChunkKind::Dynamic) {} in DynamicSection() function
355 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
359 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Dynamic; } in classof()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/ObjCopy/ELF/
DELFObject.h857 explicit DynamicSection(ArrayRef<uint8_t> Data) : Section(Data) {} in DynamicSection() function