Searched refs:StrStart (Results 1 - 5 of 5) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinterInlineAsm.cpp223 const char *StrStart = LastEmitted; local
224 const char *StrEnd = strchr(StrStart, '}');
229 AP->PrintSpecial(MI, OS, StringRef(StrStart, StrEnd - StrStart));
/freebsd-current/contrib/llvm-project/llvm/lib/TableGen/
H A DTGLexer.cpp272 const char *StrStart = CurPtr; local
279 return ReturnError(StrStart, "End of file in string literal");
282 return ReturnError(StrStart, "End of line in string literal");
312 return ReturnError(StrStart, "End of file in string literal");
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DStmt.cpp604 const char *StrStart = Str.begin(); local
606 const char *CurPtr = StrStart;
661 DiagOffs = CurPtr-StrStart-1;
699 DiagOffs = CurPtr-StrStart-1;
720 DiagOffs = CurPtr-StrStart-1;
730 Percent - StrStart, SM, LO, TI, &LastAsmStringToken,
733 CurPtr - StrStart, SM, LO, TI, &LastAsmStringToken,
742 DiagOffs = CurPtr-StrStart-1;
756 DiagOffs = CurPtr-StrStart;
766 Percent - StrStart, S
[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/DebugInfo/BTF/
H A DBTFParser.cpp130 uint32_t StrStart = HdrLen + StrOff; local
131 uint32_t StrEnd = StrStart + StrLen;
141 StringsTable = Extractor.getData().slice(StrStart, StrEnd);
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopIdiomRecognize.cpp1260 const SCEV *StrStart = StoreEv->getStart(); local
1275 StrStart =
1276 getStartForNegStride(StrStart, BECount, IntIdxTy, StoreSizeSCEV, SE);
1285 StrStart, Builder.getPtrTy(StrAS), Preheader->getTerminator());

Completed in 189 milliseconds