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

Declarations

include/llvm/Target/TargetLoweringObjectFile.h
   95   static SectionKind getKindForGlobal(const GlobalObject *GO,

References

include/llvm/Target/TargetLoweringObjectFile.h
  109     return SectionForGlobal(GO, getKindForGlobal(GO, TM), TM);
lib/CodeGen/AsmPrinter/AsmPrinter.cpp
  497   SectionKind GVKind = TargetLoweringObjectFile::getKindForGlobal(GV, TM);
lib/CodeGen/GlobalMerge.cpp
  641           TargetLoweringObjectFile::getKindForGlobal(&GV, *TM).isBSS())
lib/CodeGen/TargetLoweringObjectFileImpl.cpp
 1208     SectionKind GOKind = TargetLoweringObjectFile::getKindForGlobal(GO, TM);
lib/Target/Lanai/LanaiTargetObjectFile.cpp
   60   return isGlobalInSmallSection(GO, TM, getKindForGlobal(GO, TM));
lib/Target/Mips/MipsTargetObjectFile.cpp
   78   return IsGlobalInSmallSection(GO, TM, getKindForGlobal(GO, TM));
lib/Target/PowerPC/PPCAsmPrinter.cpp
 1749   SectionKind GVKind = getObjFileLowering().getKindForGlobal(GV, TM);