Home
last modified time | relevance | path

Searched refs:isMergeable1ByteCString (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DSectionKind.h140 bool isMergeable1ByteCString() const { return K == Mergeable1ByteCString; } in isMergeable1ByteCString() function
/freebsd/contrib/llvm-project/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp115 if (Kind.isMergeable1ByteCString()) return CStringSection; in SelectSectionForGlobal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringObjectFileImpl.cpp592 if (Kind.isMergeable1ByteCString()) in getEntrySizeForKind()
1362 if (Kind.isMergeable1ByteCString() && in SelectSectionForGlobal()