Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h206 MCSection *ConstDataCoalSection = nullptr; variable
382 return ConstDataCoalSection; in getConstDataCoalSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp152 ConstDataCoalSection = DataCoalSection; in initMachOMCObjectFileInfo()
157 ConstDataCoalSection = ConstDataSection; in initMachOMCObjectFileInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1287 return ConstDataCoalSection; in SelectSectionForGlobal()