Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DSectionKind.h193 static SectionKind getMergeableConst8() { return get(MergeableConst8); } in getMergeableConst8() function
/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp215 case 8: return SectionKind::getMergeableConst8(); in getKindForGlobal()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp115 SectionKind::getMergeableConst8()); in initMachOMCObjectFileInfo()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp933 return SectionKind::getMergeableConst8(); in getSectionKind()