Searched refs:CurPos (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp134 unsigned CurPos = 0; local
161 if (Offset > CurPos)
163 {-1, Offset - CurPos, "no DWARF register encoding"});
169 CurPos = Offset + Size;
172 if (CurPos == 0)
175 if (CurPos < RegSize)
176 DwarfRegs.push_back({-1, RegSize - CurPos, "no DWARF register encoding"});
H A DAsmPrinter.cpp751 MCSymbol *CurPos = OutContext.createTempSymbol(); local
752 OutStreamer->EmitLabel(CurPos);
754 MCSymbolRefExpr::create(CurPos, OutContext));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1242 for (const char *CurPos = EndPos - (ColNo - 1); CurPos != EndPos;
1243 ++CurPos) {
1244 if (*CurPos == '\t')

Completed in 129 milliseconds