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

References

lib/Object/COFFObjectFile.cpp
  203   if (SectionNumber == COFF::IMAGE_SYM_DEBUG || Symb.isSectionDefinition())
  231   if (Symb.isSectionDefinition())
tools/lld/COFF/MapFile.cpp
   53         if (sym && !sym->getCOFFSymbol().isSectionDefinition())
tools/llvm-nm/llvm-nm.cpp
  982     if (Symb.isSectionDefinition())
tools/llvm-objdump/COFFDump.cpp
  695       if (Symbol->isSectionDefinition()) {
tools/llvm-readobj/COFFDumper.cpp
 1518     } else if (Symbol.isSectionDefinition()) {
tools/obj2yaml/coff2yaml.cpp
  327       } else if (Symbol.isSectionDefinition()) {