Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h205 MCSection *DataCoalSection = nullptr; variable
379 const MCSection *getDataCoalSection() const { return DataCoalSection; } in getDataCoalSection()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp149 DataCoalSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
151 ConstDataCoalSection = DataCoalSection; in initMachOMCObjectFileInfo()
155 DataCoalSection = DataSection; in initMachOMCObjectFileInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1267 return DataCoalSection; in SelectSectionForGlobal()