Home
last modified time | relevance | path

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

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