Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h197 MCSection *TextCoalSection = nullptr; variable
356 MCSection *getTextCoalSection() const { return TextCoalSection; } in getTextCoalSection()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCObjectFileInfo.cpp139 TextCoalSection in initMachOMCObjectFileInfo()
152 TextCoalSection = TextSection; in initMachOMCObjectFileInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp987 return GO->isWeakForLinker() ? TextCoalSection : TextSection; in SelectSectionForGlobal()