HomeSort by relevance Sort by last modified time
    Searched refs:TextCoalSection (Results 1 - 9 of 9) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCObjectFileInfo.h 142 const MCSection *TextCoalSection;
240 const MCSection *getTextCoalSection() const { return TextCoalSection; }
  /external/llvm/include/llvm/MC/
MCObjectFileInfo.h 177 MCSection *TextCoalSection;
310 MCSection *getTextCoalSection() const { return TextCoalSection; }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCObjectFileInfo.h 190 MCSection *TextCoalSection;
338 MCSection *getTextCoalSection() const { return TextCoalSection; }
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 137 TextCoalSection
149 TextCoalSection = TextSection;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCObjectFileInfo.cpp 143 TextCoalSection
156 TextCoalSection = TextSection;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 399 return GV->isWeakForLinker() ? TextCoalSection : TextSection;
  /external/swiftshader/third_party/LLVM/lib/MC/
MCObjectFileInfo.cpp 92 TextCoalSection
  /external/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 596 return GV->isWeakForLinker() ? TextCoalSection : TextSection;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
TargetLoweringObjectFileImpl.cpp 792 return GO->isWeakForLinker() ? TextCoalSection : TextSection;
    [all...]

Completed in 528 milliseconds