Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ObjectYAML/
DELFYAML.h115 struct NoBitsSection : Section { struct
117 NoBitsSection() : Section(SectionKind::NoBits) {} in NoBitsSection() function
118 static bool classof(const Section *S) { in classof()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DELFYAML.h255 struct NoBitsSection : Section { struct
258 NoBitsSection() : Section(ChunkKind::NoBits) {} in NoBitsSection() function
260 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::NoBits; } in classof()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DELFYAML.h307 struct NoBitsSection : Section { struct
308 NoBitsSection() : Section(ChunkKind::NoBits) {} in NoBitsSection() function
310 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::NoBits; } in classof()