Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DSectionKind.h196 static SectionKind getMergeableConst8() { return get(MergeableConst8); } in getMergeableConst8() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetLoweringObjectFile.cpp284 case 8: return SectionKind::getMergeableConst8(); in getKindForGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCObjectFileInfo.cpp116 SectionKind::getMergeableConst8()); in initMachOMCObjectFileInfo()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp1133 return SectionKind::getMergeableConst8(); in getSectionKind()