Lines Matching defs:Kind
205 const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in getExplicitSectionGlobal()
225 static StringRef getSectionPrefixForGlobal(SectionKind Kind) { in getSectionPrefixForGlobal()
244 SectionKind Kind, Mangler &Mang, in selectELFSectionForGlobal()
306 const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in SelectSectionForGlobal()
349 const DataLayout &DL, SectionKind Kind, const Constant *C) const { in getSectionForConstant()
522 const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in getExplicitSectionGlobal()
564 const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in SelectSectionForGlobal()
633 const DataLayout &DL, SectionKind Kind, const Constant *C) const { in getSectionForConstant()
865 const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in getExplicitSectionGlobal()
894 static const char *getCOFFSectionNameForUniqueGlobal(SectionKind Kind) { in getCOFFSectionNameForUniqueGlobal()
907 const GlobalValue *GV, SectionKind Kind, Mangler &Mang, in SelectSectionForGlobal()
990 SectionKind Kind = SectionKind::getReadOnly(); in getSectionForJumpTable() local