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.h187 MCSection *MergeableConst32Section = nullptr; variable
383 return MergeableConst32Section; in getMergeableConst32Section()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1014 if (Kind.isMergeableConst32() && MergeableConst32Section) in getSectionForConstant()
1015 return MergeableConst32Section; in getSectionForConstant()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp422 MergeableConst32Section = in initELFMCObjectFileInfo()