Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h207 MCSection *ConstDataCoalSection = nullptr; variable
395 return ConstDataCoalSection; in getConstDataCoalSection()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp165 ConstDataCoalSection = DataCoalSection; in initMachOMCObjectFileInfo()
170 ConstDataCoalSection = ConstDataSection; in initMachOMCObjectFileInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1310 return ConstDataCoalSection; in SelectSectionForGlobal()