Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/MC/
H A DSectionKind.h203 static SectionKind getMergeableConst8() { return get(MergeableConst8); } in getMergeableConst8() function
/openbsd/gnu/llvm/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp289 case 8: return SectionKind::getMergeableConst8(); in getKindForGlobal()
/openbsd/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp126 SectionKind::getMergeableConst8()); in initMachOMCObjectFileInfo()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp1372 return SectionKind::getMergeableConst8(); in getSectionKind()