Searched refs:isConstantInSmallSection (Results 1 – 5 of 5) sorted by relevance
111 bool LanaiTargetObjectFile::isConstantInSmallSection(const DataLayout &DL, in isConstantInSmallSection() function in LanaiTargetObjectFile119 if (isConstantInSmallSection(DL, C)) in getSectionForConstant()
36 bool isConstantInSmallSection(const DataLayout &DL, const Constant *CN) const;
1092 TLOF->isConstantInSmallSection(DAG.getDataLayout(), C)) { in LowerConstantPool()
156 bool RISCVELFTargetObjectFile::isConstantInSmallSection( in isConstantInSmallSection() function in RISCVELFTargetObjectFile164 if (C && isConstantInSmallSection(DL, C)) { in getSectionForConstant()
41 bool isConstantInSmallSection(const DataLayout &DL, const Constant *CN) const;