Home
last modified time | relevance | path

Searched refs:coff_aux_weak_external (Results 1 – 4 of 4) sorted by relevance

/external/llvm/tools/obj2yaml/
Dcoff2yaml.cpp165 const object::coff_aux_weak_external *ObjWE) { in dumpWeakExternal()
237 const object::coff_aux_weak_external *ObjWE = in dumpSymbols()
238 reinterpret_cast<const object::coff_aux_weak_external *>( in dumpSymbols()
/external/llvm/tools/llvm-objdump/
DCOFFDump.cpp663 const coff_aux_weak_external *awe; in printCOFFSymbolTable()
664 error(coff->getAuxSymbol<coff_aux_weak_external>(SI + 1, awe)); in printCOFFSymbolTable()
/external/llvm/include/llvm/Object/
DCOFF.h479 struct coff_aux_weak_external { struct
485 static_assert(sizeof(coff_aux_weak_external) == 18, argument
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1277 const coff_aux_weak_external *Aux; in printSymbol()