Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DXCOFFYAML.h169 struct SectAuxEntForDWARF : AuxSymbolEnt { struct
173 SectAuxEntForDWARF() : AuxSymbolEnt(AuxSymbolType::AUX_SECT) {} in SectAuxEntForDWARF() function
174 static bool classof(const AuxSymbolEnt *S) { in classof()