Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DSectionKind.h202 static SectionKind getMergeableConst4() { return get(MergeableConst4); } in getMergeableConst4() function
/openbsd-src/gnu/llvm/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp288 case 4: return SectionKind::getMergeableConst4(); in getKindForGlobal()
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCObjectFileInfo.cpp122 SectionKind::getMergeableConst4()); in initMachOMCObjectFileInfo()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp1370 return SectionKind::getMergeableConst4(); in getSectionKind()