Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h177 MCSection *MergeableConst32Section; variable
333 return MergeableConst32Section; in getMergeableConst32Section()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp719 if (Kind.isMergeableConst32() && MergeableConst32Section) in getSectionForConstant()
720 return MergeableConst32Section; in getSectionForConstant()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp371 MergeableConst32Section = in initELFMCObjectFileInfo()