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.h211 MCSection *DataCoalSection = nullptr; variable
403 const MCSection *getDataCoalSection() const { return DataCoalSection; } in getDataCoalSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp169 DataCoalSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
171 ConstDataCoalSection = DataCoalSection; in initMachOMCObjectFileInfo()
175 DataCoalSection = DataSection; in initMachOMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1420 return DataCoalSection; in SelectSectionForGlobal()