Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCObjectFileInfo.h203 MCSection *TextCoalSection = nullptr; variable
390 MCSection *getTextCoalSection() const { return TextCoalSection; } in getTextCoalSection()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp150 TextCoalSection in initMachOMCObjectFileInfo()
163 TextCoalSection = TextSection; in initMachOMCObjectFileInfo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp1336 return GO->isWeakForLinker() ? TextCoalSection : TextSection; in SelectSectionForGlobal()