Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h203 MCSection *TextCoalSection = nullptr; variable
393 MCSection *getTextCoalSection() const { return TextCoalSection; } in getTextCoalSection()
/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp159 TextCoalSection in initMachOMCObjectFileInfo()
172 TextCoalSection = TextSection; in initMachOMCObjectFileInfo()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1351 return GO->isWeakForLinker() ? TextCoalSection : TextSection; in SelectSectionForGlobal()