Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h195 MCSection *DataCoalSection; variable
348 const MCSection *getDataCoalSection() const { return DataCoalSection; } in getDataCoalSection()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp148 DataCoalSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
150 ConstDataCoalSection = DataCoalSection; in initMachOMCObjectFileInfo()
154 DataCoalSection = DataSection; in initMachOMCObjectFileInfo()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp970 return DataCoalSection; in SelectSectionForGlobal()