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

References

lib/Object/XCOFFObjectFile.cpp
  700   return OwningObjectPtr->toSymbolEntry(SymEntDataRef)->StorageClass;
  704   return OwningObjectPtr->toSymbolEntry(SymEntDataRef)->NumberOfAuxEntries;
  708   assert(!OwningObjectPtr->is64Bit() &&
  718   OwningObjectPtr->checkSymbolEntryPointer(AuxAddr);
  725   return OwningObjectPtr->toSymbolEntry(SymEntDataRef)->SymbolType;
  729   return OwningObjectPtr->toSymbolEntry(SymEntDataRef)->SectionNumber;
  739   if (OwningObjectPtr->is64Bit())
  758   Expected<DataRefImpl> SI = OwningObjectPtr->getSectionByNum(SectNum);
  762   return (OwningObjectPtr->getSectionFlags(SI.get()) & XCOFF::STYP_TEXT);