Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h206 MCSection *ConstDataCoalSection = nullptr; variable
381 return ConstDataCoalSection; in getConstDataCoalSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp151 ConstDataCoalSection = DataCoalSection; in initMachOMCObjectFileInfo()
156 ConstDataCoalSection = ConstDataSection; in initMachOMCObjectFileInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1266 return ConstDataCoalSection; in SelectSectionForGlobal()