Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h205 MCSection *ConstDataSection = nullptr; variable
392 const MCSection *getConstDataSection() const { return ConstDataSection; } in getConstDataSection()
/llvm-project-15.0.7/llvm/lib/MC/
H A DMCObjectFileInfo.cpp149 ConstDataSection // .const_data in initMachOMCObjectFileInfo()
170 ConstDataCoalSection = ConstDataSection; in initMachOMCObjectFileInfo()
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1347 return ConstDataSection; in SelectSectionForGlobal()
1369 return ConstDataSection; in getSectionForConstant()