Home
last modified time | relevance | path

Searched refs:isMergeableConst32 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h151 bool isMergeableConst32() const { return K == MergeableConst32; } in isMergeableConst32() function
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVTargetObjectFile.cpp147 if (Kind.isMergeableConst32()) in getSectionForConstant()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp604 else if (Kind.isMergeableConst32()) in getEntrySizeForKind()
1017 if (Kind.isMergeableConst32() && MergeableConst32Section) in getSectionForConstant()
2100 } else if (Kind.isMergeableConst32()) { in getSectionForConstant()