Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h179 struct SectAuxEntForStat : AuxSymbolEnt { struct
184 SectAuxEntForStat() : AuxSymbolEnt(AuxSymbolType::AUX_STAT) {} in SectAuxEntForStat() argument
185 static bool classof(const AuxSymbolEnt *S) { in classof()