Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h177 MCSection *DataCoalSection; variable
307 const MCSection *getDataCoalSection() const { return DataCoalSection; } in getDataCoalSection()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp146 DataCoalSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
151 DataCoalSection = DataSection; in initMachOMCObjectFileInfo()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp580 return DataCoalSection; in SelectSectionForGlobal()