Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h206 MCSection *DataCoalSection = nullptr; variable
393 const MCSection *getDataCoalSection() const { return DataCoalSection; } in getDataCoalSection()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp163 DataCoalSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
165 ConstDataCoalSection = DataCoalSection; in initMachOMCObjectFileInfo()
169 DataCoalSection = DataSection; in initMachOMCObjectFileInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1311 return DataCoalSection; in SelectSectionForGlobal()