Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h198 static SectionKind getMergeableConst32() { return get(MergeableConst32); } in getMergeableConst32() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp286 case 32: return SectionKind::getMergeableConst32(); in getKindForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp1137 return SectionKind::getMergeableConst32(); in getSectionKind()