Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h204 MCSection *ConstDataSection = nullptr; variable
379 const MCSection *getConstDataSection() const { return ConstDataSection; } in getConstDataSection()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp136 ConstDataSection // .const_data in initMachOMCObjectFileInfo()
157 ConstDataCoalSection = ConstDataSection; in initMachOMCObjectFileInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1324 return ConstDataSection; in SelectSectionForGlobal()
1346 return ConstDataSection; in getSectionForConstant()