Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h186 MCSection *MergeableConst32Section = nullptr; variable
364 return MergeableConst32Section; in getMergeableConst32Section()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp956 if (Kind.isMergeableConst32() && MergeableConst32Section) in getSectionForConstant()
957 return MergeableConst32Section; in getSectionForConstant()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp385 MergeableConst32Section = in initELFMCObjectFileInfo()