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

/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp135 unsigned CurPos = 0; local
162 if (Offset > CurPos)
164 -1, Offset - CurPos, "no DWARF register encoding"));
173 CurPos = Offset + Size;
176 if (CurPos == 0)
179 if (CurPos < RegSize)
181 -1, RegSize - CurPos, "no DWARF register encoding"));
H A DAsmPrinter.cpp1048 MCSymbol *CurPos = OutContext.createTempSymbol(); local
1049 OutStreamer->emitLabel(CurPos);
1051 MCSymbolRefExpr::create(CurPos, OutContext));
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h153 uint64_t CurPos = FS->tell(); local
191 FS->seek(CurPos);
/freebsd-current/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1434 for (const char *CurPos = EndPos - (ColNo - 1); CurPos != EndPos;
1435 ++CurPos) {
1436 if (*CurPos == '\t')

Completed in 90 milliseconds