Searched defs:AddNull (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DConstants.cpp2199 /// string. The default behavior (AddNull==true) causes a null terminator to
2201 /// one more than the StringRef would normally indicate. Pass AddNull=false
2204 StringRef Str, bool AddNull) {
2205 if (!AddNull)
2203 getString(LLVMContext &Context, StringRef Str, bool AddNull) argument

Completed in 60 milliseconds