Home
last modified time | relevance | path

Searched refs:coff_aux_weak_external (Results 1 – 9 of 9) 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/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Dcoff2yaml.cpp228 const object::coff_aux_weak_external *ObjWE) { in dumpWeakExternal()
300 const object::coff_aux_weak_external *ObjWE = in dumpSymbols()
301 reinterpret_cast<const object::coff_aux_weak_external *>( in dumpSymbols()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DCOFF.h279 struct coff_aux_weak_external;
364 const coff_aux_weak_external *getWeakExternal() const { in getWeakExternal()
368 return getAux<coff_aux_weak_external>(); in getWeakExternal()
500 struct coff_aux_weak_external { struct
506 static_assert(sizeof(coff_aux_weak_external) == 18, argument
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-objdump/
DCOFFDump.cpp681 const coff_aux_weak_external *awe; in printCOFFSymbolTable()
682 error(coff->getAuxSymbol<coff_aux_weak_external>(SI + 1, awe)); in printCOFFSymbolTable()
/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/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DCOFFObjectFile.cpp220 if (const coff_aux_weak_external *AWE = Symb.getWeakExternal()) { in getSymbolFlags()
/external/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1277 const coff_aux_weak_external *Aux; in printSymbol()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-readobj/
DCOFFDumper.cpp1432 const coff_aux_weak_external *Aux; in printSymbol()