Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp224 const object::coff_aux_function_definition *ObjFD) { in dumpFunctionDefinition()
301 const object::coff_aux_function_definition *ObjFD = in dumpSymbols()
302 reinterpret_cast<const object::coff_aux_function_definition *>( in dumpSymbols()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h480 struct coff_aux_function_definition { struct
488 static_assert(sizeof(coff_aux_function_definition) == 18, argument
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1583 const coff_aux_function_definition *Aux; in printSymbol()