Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h186 MCSection *MergeableConst32Section = nullptr; variable
365 return MergeableConst32Section; in getMergeableConst32Section()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp977 if (Kind.isMergeableConst32() && MergeableConst32Section) in getSectionForConstant()
978 return MergeableConst32Section; in getSectionForConstant()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp386 MergeableConst32Section = in initELFMCObjectFileInfo()