Home
last modified time | relevance | path

Searched defs:StrEnd (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DObjDumper.cpp75 const uint8_t *StrEnd = StringContent.bytes_end(); in printAsStringList() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp225 const char *StrEnd = strchr(StrStart, '}'); in EmitInlineAsmStr() local
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp127 uint32_t StrEnd = StrStart + StrLen; parseBTF() local
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DELFObjHandler.cpp430 size_t StrEnd = Str.find('\0', Offset); in terminatedSubstr() local
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DDiagnostic.cpp880 const char *StrEnd = std::find(DiagStr, DiagEnd, '%'); in FormatDiagnostic() local
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp606 const char *StrEnd = Str.end(); in AnalyzeAsmString() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp550 const llvm::UTF8 *StrEnd = Str.bytes_end(); in BuildObjCBoxedExpr() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp228 Value *StrEnd = B.CreateInBoundsGEP(B.getInt8Ty(), StrBeg, Off, "endptr"); in convertStrToInt() local