Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h197 static SectionKind getMergeableConst16() { return get(MergeableConst16); } in getMergeableConst16() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp285 case 16: return SectionKind::getMergeableConst16(); in getKindForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp121 SectionKind::getMergeableConst16()); in initMachOMCObjectFileInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp1135 return SectionKind::getMergeableConst16(); in getSectionKind()