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.h208 MCSection *TextCoalSection = nullptr; variable
398 MCSection *getTextCoalSection() const { return TextCoalSection; } in getTextCoalSection()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp160 TextCoalSection in initMachOMCObjectFileInfo()
173 TextCoalSection = TextSection; in initMachOMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1411 return GO->isWeakForLinker() ? TextCoalSection : TextSection; in SelectSectionForGlobal()