Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ObjectYAML/
DXCOFFYAML.h133 struct FunctionAuxEnt : AuxSymbolEnt { struct
139 FunctionAuxEnt() : AuxSymbolEnt(AuxSymbolType::AUX_FCN) {} in FunctionAuxEnt() argument
140 static bool classof(const AuxSymbolEnt *S) { in classof()