Home
last modified time | relevance | path

Searched refs:getMergeableConst16 (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/XCore/
DXCoreTargetObjectFile.cpp47 SectionKind::getMergeableConst16()); in Initialize()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DSectionKind.h194 static SectionKind getMergeableConst16() { return get(MergeableConst16); } in getMergeableConst16() function
/external/llvm/include/llvm/MC/
DSectionKind.h187 static SectionKind getMergeableConst16() { return get(MergeableConst16); } in getMergeableConst16() function
/external/swiftshader/third_party/LLVM/include/llvm/MC/
DSectionKind.h222 static SectionKind getMergeableConst16() { return get(MergeableConst16); } in getMergeableConst16() function
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetLoweringObjectFile.cpp196 case 16: return SectionKind::getMergeableConst16(); in getKindForGlobal()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCObjectFileInfo.cpp86 SectionKind::getMergeableConst16()); in InitMachOMCObjectFileInfo()
314 SectionKind::getMergeableConst16()); in InitELFMCObjectFileInfo()
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp204 case 16: return SectionKind::getMergeableConst16(); in getKindForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp213 case 16: return SectionKind::getMergeableConst16(); in getKindForGlobal()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp889 return SectionKind::getMergeableConst16(); in getSectionKind()
/external/llvm/lib/MC/
DMCObjectFileInfo.cpp122 SectionKind::getMergeableConst16()); in initMachOMCObjectFileInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineFunction.cpp969 return SectionKind::getMergeableConst16(); in getSectionKind()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCObjectFileInfo.cpp124 SectionKind::getMergeableConst16()); in initMachOMCObjectFileInfo()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DELFWriter.cpp242 case 16: Kind = SectionKind::getMergeableConst16(); break; in getConstantPoolSection()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp975 case 16: Kind = SectionKind::getMergeableConst16();break; in EmitConstantPool()