Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h192 MCSection *TextCoalSection; variable
343 MCSection *getTextCoalSection() const { return TextCoalSection; } in getTextCoalSection()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp139 TextCoalSection in initMachOMCObjectFileInfo()
152 TextCoalSection = TextSection; in initMachOMCObjectFileInfo()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp961 return GO->isWeakForLinker() ? TextCoalSection : TextSection; in SelectSectionForGlobal()