Home
last modified time | relevance | path

Searched defs:DynamicSection (Results 1 – 4 of 4) 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/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h282 struct DynamicSection : Section { struct
285 DynamicSection() : Section(ChunkKind::Dynamic) {} in DynamicSection() function
287 std::vector<std::pair<StringRef, bool>> getEntries() const override { in getEntries()
291 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::Dynamic; } in classof()
/external/llvm-project/lld/ELF/
DSyntheticSections.cpp1237 DynamicSection<ELFT>::DynamicSection() in DynamicSection() function in DynamicSection
3823 template class elf::DynamicSection<ELF32LE>; member in elf
3824 template class elf::DynamicSection<ELF32BE>; member in elf
3825 template class elf::DynamicSection<ELF64LE>; member in elf
3826 template class elf::DynamicSection<ELF64BE>; member in elf
/external/llvm-project/llvm/tools/llvm-objcopy/ELF/
DObject.h841 explicit DynamicSection(ArrayRef<uint8_t> Data) : Section(Data) {} in DynamicSection() function