Searched refs:BeginPos (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/DebugInfo/Symbolize/
H A DMarkup.cpp117 size_t BeginPos = Line.find("{{{"); local
118 if (BeginPos == StringRef::npos)
120 size_t EndPos = Line.find("}}}", BeginPos + 3);
125 Element.Text = Line.slice(BeginPos, EndPos);
174 size_t BeginPos = Line.rfind("{{{"); local
175 if (BeginPos == StringRef::npos)
177 size_t BeginTagPos = BeginPos + 3;
192 return Line.substr(BeginPos);
/openbsd-current/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp744 auto BeginPos = IndexCursor.GetCurrentBitNo(); local
745 if (Error Err = IndexCursor.JumpToBit(BeginPos + Offset))
765 auto CurrentValue = BeginPos;

Completed in 133 milliseconds