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

Overrides

include/llvm/Target/TargetLoweringObjectFile.h
  216   virtual MCSection *SelectSectionForGlobal(const GlobalObject *GO,
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
  684 MCSection *TargetLoweringObjectFileELF::SelectSectionForGlobal(

Declarations

lib/Target/Hexagon/HexagonTargetObjectFile.h
   21     MCSection *SelectSectionForGlobal(const GlobalObject *GO, SectionKind Kind,

References

lib/Target/Hexagon/HexagonTargetObjectFile.cpp
  457   return SelectSectionForGlobal(FuncObj, Kind, TM);