Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h192 MCSection *MergeableConst32Section = nullptr; variable
388 return MergeableConst32Section; in getMergeableConst32Section()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1045 if (Kind.isMergeableConst32() && MergeableConst32Section) in getSectionForConstant()
1046 return MergeableConst32Section; in getSectionForConstant()
1075 if (Kind.isMergeableConst32() && MergeableConst32Section) in getSectionForConstant()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp425 MergeableConst32Section = in initELFMCObjectFileInfo()