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

  /external/llvm/include/llvm/MC/
SectionKind.h 219 static SectionKind getMergeableConst8() { return get(MergeableConst8); }
  /external/llvm/lib/Target/
TargetLoweringObjectFile.cpp 205 case 8: return SectionKind::getMergeableConst8();
  /external/llvm/lib/CodeGen/
MachineFunction.cpp 846 Kind = SectionKind::getMergeableConst8();
    [all...]
  /external/llvm/lib/MC/
MCObjectFileInfo.cpp 104 SectionKind::getMergeableConst8());
    [all...]

Completed in 565 milliseconds