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

Declarations

lib/Target/RISCV/RISCVTargetObjectFile.h
   28   bool isGlobalInSmallSection(const GlobalObject *GO,

References

lib/Target/RISCV/RISCVTargetObjectFile.cpp
   78   if (Kind.isBSS() && isGlobalInSmallSection(GO, TM))
   80   if (Kind.isData() && isGlobalInSmallSection(GO, TM))