Home
last modified time | relevance | path

Searched refs:isMergeable2ByteCString (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/MC/
HDSectionKind.h149 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; } in isMergeable2ByteCString() function
/NextBSD/contrib/llvm/lib/CodeGen/
HDTargetLoweringObjectFileImpl.cpp254 if (Kind.isMergeable2ByteCString()) { in selectELFSectionForGlobal()
598 if (Kind.isMergeable2ByteCString() && !GV->hasExternalLinkage() && in SelectSectionForGlobal()