Searched refs:isConstantInSmallSection (Results 1 – 5 of 5) sorted by relevance
101 bool RISCVELFTargetObjectFile::isConstantInSmallSection( in isConstantInSmallSection() function in RISCVELFTargetObjectFile109 if (isConstantInSmallSection(DL, C)) in getSectionForConstant()
34 bool isConstantInSmallSection(const DataLayout &DL, const Constant *CN) const;
114 bool LanaiTargetObjectFile::isConstantInSmallSection(const DataLayout &DL, in isConstantInSmallSection() function in LanaiTargetObjectFile122 if (isConstantInSmallSection(DL, C)) in getSectionForConstant()
36 bool isConstantInSmallSection(const DataLayout &DL, const Constant *CN) const;
1137 TLOF->isConstantInSmallSection(DAG.getDataLayout(), C)) { in LowerConstantPool()