Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h195 static SectionKind getMergeableConst4() { return get(MergeableConst4); } in getMergeableConst4() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp283 case 4: return SectionKind::getMergeableConst4(); in getKindForGlobal()
/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCObjectFileInfo.cpp113 SectionKind::getMergeableConst4()); in initMachOMCObjectFileInfo()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1367 return SectionKind::getMergeableConst4(); in getSectionKind()