Searched refs:isCString (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp155 assert(cast<ConstantDataSequential>(Operand)->isCString() &&
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAMDGPUEmitPrintf.cpp28 static bool isCString(const Value *Arg) { function
185 if (SpecIsCString && isCString(Arg)) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h655 bool isCString() const;
664 /// If this array is isCString(), then this method returns the array (without
667 assert(isCString() && "Isn't a C string");
/freebsd-13-stable/contrib/llvm-project/llvm/lib/LTO/
H A DLTOModule.cpp254 if (ca->isCString()) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProf.cpp426 Arr->isCString() ? Arr->getAsCString() : Arr->getAsString();
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp3042 bool ConstantDataSequential::isCString() const { function in class:ConstantDataSequential
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp2352 if (Seq && Seq->isCString())
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp2416 if (Str->isCString()) {

Completed in 117 milliseconds