Home
last modified time | relevance | path

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

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