Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DSectionKind.h128 bool isMergeable2ByteCString() const { return K == Mergeable2ByteCString; } in isMergeable2ByteCString() function
/external/llvm/lib/CodeGen/
DTargetLoweringObjectFileImpl.cpp249 if (Kind.isMergeable2ByteCString()) { in selectELFSectionForGlobal()
592 if (Kind.isMergeable2ByteCString() && !GV->hasExternalLinkage() && in SelectSectionForGlobal()