Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h206 MCSection *DataCoalSection = nullptr; variable
399 const MCSection *getDataCoalSection() const { return DataCoalSection; } in getDataCoalSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp168 DataCoalSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
170 ConstDataCoalSection = DataCoalSection; in initMachOMCObjectFileInfo()
174 DataCoalSection = DataSection; in initMachOMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1358 return DataCoalSection; in SelectSectionForGlobal()