Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h206 MCSection *DataCoalSection = nullptr; variable
395 const MCSection *getDataCoalSection() const { return DataCoalSection; } in getDataCoalSection()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp159 DataCoalSection = Ctx->getMachOSection( in initMachOMCObjectFileInfo()
161 ConstDataCoalSection = DataCoalSection; in initMachOMCObjectFileInfo()
165 DataCoalSection = DataSection; in initMachOMCObjectFileInfo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1345 return DataCoalSection; in SelectSectionForGlobal()