Home
last modified time | relevance | path

Searched refs:coff_aux_function_definition (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp223 const object::coff_aux_function_definition *ObjFD) { in dumpFunctionDefinition()
300 const object::coff_aux_function_definition *ObjFD = in dumpSymbols()
301 reinterpret_cast<const object::coff_aux_function_definition *>( in dumpSymbols()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Object/
H A DCOFF.h480 struct coff_aux_function_definition { struct
488 static_assert(sizeof(coff_aux_function_definition) == 18, argument
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1526 const coff_aux_function_definition *Aux; in printSymbol()