Home
last modified time | relevance | path

Searched refs:getMergeableConst32 (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/MC/
DSectionKind.h188 static SectionKind getMergeableConst32() { return get(MergeableConst32); } in getMergeableConst32() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DSectionKind.h195 static SectionKind getMergeableConst32() { return get(MergeableConst32); } in getMergeableConst32() function
/external/llvm/lib/Target/
DTargetLoweringObjectFile.cpp205 case 32: return SectionKind::getMergeableConst32(); in getKindForGlobal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/
DTargetLoweringObjectFile.cpp214 case 32: return SectionKind::getMergeableConst32(); in getKindForGlobal()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp891 return SectionKind::getMergeableConst32(); in getSectionKind()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineFunction.cpp971 return SectionKind::getMergeableConst32(); in getSectionKind()