Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h204 static SectionKind getMergeableConst16() { return get(MergeableConst16); } in getMergeableConst16() function
/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp290 case 16: return SectionKind::getMergeableConst16(); in getKindForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp140 SectionKind::getMergeableConst16()); in initMachOMCObjectFileInfo()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1402 return SectionKind::getMergeableConst16(); in getSectionKind()