Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/MC/
H A DSectionKind.h192 static SectionKind getMergeableConst4() { return get(MergeableConst4); } in getMergeableConst4() function
/freebsd-12.1/contrib/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp214 case 4: return SectionKind::getMergeableConst4(); in getKindForGlobal()
/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCObjectFileInfo.cpp111 SectionKind::getMergeableConst4()); in initMachOMCObjectFileInfo()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DMachineFunction.cpp931 return SectionKind::getMergeableConst4(); in getSectionKind()