Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h203 MCSection *ConstTextCoalSection = nullptr; variable
377 return ConstTextCoalSection; in getConstTextCoalSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp146 ConstTextCoalSection in initMachOMCObjectFileInfo()
155 ConstTextCoalSection = ReadOnlySection; in initMachOMCObjectFileInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1285 return ConstTextCoalSection; in SelectSectionForGlobal()