Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/MC/
DMCObjectFileInfo.h142 const MCSection *TextCoalSection; variable
240 const MCSection *getTextCoalSection() const { return TextCoalSection; } in getTextCoalSection()
/external/llvm/include/llvm/MC/
DMCObjectFileInfo.h177 MCSection *TextCoalSection; variable
310 MCSection *getTextCoalSection() const { return TextCoalSection; } in getTextCoalSection()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCObjectFileInfo.h190 MCSection *TextCoalSection; variable
338 MCSection *getTextCoalSection() const { return TextCoalSection; } in getTextCoalSection()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp137 TextCoalSection in initMachOMCObjectFileInfo()
149 TextCoalSection = TextSection; in initMachOMCObjectFileInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectFileInfo.cpp143 TextCoalSection in initMachOMCObjectFileInfo()
156 TextCoalSection = TextSection; in initMachOMCObjectFileInfo()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp399 return GV->isWeakForLinker() ? TextCoalSection : TextSection; in SelectSectionForGlobal()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectFileInfo.cpp92 TextCoalSection in InitMachOMCObjectFileInfo()
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp596 return GV->isWeakForLinker() ? TextCoalSection : TextSection; in SelectSectionForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp792 return GO->isWeakForLinker() ? TextCoalSection : TextSection; in SelectSectionForGlobal()