Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/obj2yaml/
H A Dcoff2yaml.cpp271 const object::coff_aux_clr_token *ObjCLRToken) { in dumpCLRTokenDefinition()
343 const object::coff_aux_clr_token *ObjCLRToken = in dumpSymbols()
344 reinterpret_cast<const object::coff_aux_clr_token *>( in dumpSymbols()
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DCOFF.h531 struct coff_aux_clr_token { struct
538 static_assert(sizeof(coff_aux_clr_token) == 18, argument
/openbsd/gnu/llvm/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1640 const coff_aux_clr_token *Aux; in printSymbol()