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

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

Completed in 69 milliseconds