Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h178 struct SectAuxEntForStat : AuxSymbolEnt { struct
183 SectAuxEntForStat() : AuxSymbolEnt(AuxSymbolType::AUX_STAT) {} in SectAuxEntForStat() function
184 static bool classof(const AuxSymbolEnt *S) { in classof()