reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Object/COFF.h
  278 struct coff_aux_weak_external;

References

include/llvm/Object/COFF.h
  354   template <typename T> const T *getAux() const {
  366   const coff_aux_weak_external *getWeakExternal() const {
  370     return getAux<coff_aux_weak_external>();
  508 static_assert(sizeof(coff_aux_weak_external) == 18,
 1015   std::error_code getAuxSymbol(uint32_t index, const T *&Res) const {
lib/Object/COFFObjectFile.cpp
  219   if (const coff_aux_weak_external *AWE = Symb.getWeakExternal()) {
tools/lld/COFF/InputFiles.cpp
  421       uint32_t tagIndex = coffSym.getAux<coff_aux_weak_external>()->TagIndex;
tools/llvm-objcopy/COFF/Reader.cpp
  137     const coff_aux_weak_external *WE = SymRef.getWeakExternal();
tools/llvm-objcopy/COFF/Writer.cpp
   81       coff_aux_weak_external *WE =
tools/llvm-objdump/COFFDump.cpp
  724         const coff_aux_weak_external *awe;
  726                 coff->getAuxSymbol<coff_aux_weak_external>(SI + 1, awe))
tools/llvm-readobj/COFFDumper.cpp
  577                                         uint8_t AuxSymbolIdx, const T *&Aux) {
 1491       const coff_aux_weak_external *Aux;
tools/obj2yaml/coff2yaml.cpp
  245                              const object::coff_aux_weak_external *ObjWE) {
  317         const object::coff_aux_weak_external *ObjWE =