Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/MC/
DMCObjectFileInfo.h205 MCSection *DataCoalSection = nullptr; variable
380 const MCSection *getDataCoalSection() const { return DataCoalSection; } in getDataCoalSection()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/MC/
DMCObjectFileInfo.cpp150 DataCoalSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
152 ConstDataCoalSection = DataCoalSection; in initMachOMCObjectFileInfo()
156 DataCoalSection = DataSection; in initMachOMCObjectFileInfo()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp1288 return DataCoalSection; in SelectSectionForGlobal()