Home
last modified time | relevance | path

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

/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp144 const object::coff_aux_function_definition *ObjFD) { in dumpFunctionDefinition()
219 const object::coff_aux_function_definition *ObjFD = in dumpSymbols()
220 reinterpret_cast<const object::coff_aux_function_definition *>( in dumpSymbols()
/external/llvm/include/llvm/Object/
DCOFF.h457 struct coff_aux_function_definition { struct
465 static_assert(sizeof(coff_aux_function_definition) == 18, argument
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1267 const coff_aux_function_definition *Aux; in printSymbol()