Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h196 MCSection *ConstDataCoalSection; variable
350 return ConstDataCoalSection; in getConstDataCoalSection()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp150 ConstDataCoalSection = DataCoalSection; in initMachOMCObjectFileInfo()
155 ConstDataCoalSection = ConstDataSection; in initMachOMCObjectFileInfo()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp969 return ConstDataCoalSection; in SelectSectionForGlobal()