Home
last modified time | relevance | path

Searched refs:NoBits (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DELFYAML.h216 NoBits, enumerator
402 NoBitsSection() : Section(ChunkKind::NoBits) {} in NoBitsSection()
404 static bool classof(const Chunk *S) { return S->Kind == ChunkKind::NoBits; } in classof()
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp84 bool NoBits = true; member
90 ContentSection() { this->NoBits = false; } in ContentSection()