Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h187 MCSection *MergeableConst32Section = nullptr; variable
378 return MergeableConst32Section; in getMergeableConst32Section()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp414 MergeableConst32Section = in initELFMCObjectFileInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp991 if (Kind.isMergeableConst32() && MergeableConst32Section) in getSectionForConstant()
992 return MergeableConst32Section; in getSectionForConstant()