Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp135 unsigned CurPos = 0; in addMachineReg() local
162 if (Offset > CurPos) in addMachineReg()
164 -1, Offset - CurPos, "no DWARF register encoding")); in addMachineReg()
173 CurPos = Offset + Size; in addMachineReg()
176 if (CurPos == 0) in addMachineReg()
179 if (CurPos < RegSize) in addMachineReg()
181 -1, RegSize - CurPos, "no DWARF register encoding")); in addMachineReg()
H A DAsmPrinter.cpp984 MCSymbol *CurPos = OutContext.createTempSymbol(); in emitFunctionHeader() local
985 OutStreamer->emitLabel(CurPos); in emitFunctionHeader()
987 MCSymbolRefExpr::create(CurPos, OutContext)); in emitFunctionHeader()
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h151 uint64_t CurPos = FS->tell(); in BackpatchWord() local
189 FS->seek(CurPos); in BackpatchWord()
/openbsd-src/gnu/llvm/clang/lib/Parse/
H A DParseStmt.cpp1384 for (const char *CurPos = EndPos - (ColNo - 1); CurPos != EndPos; in getVisualIndentation() local
1385 ++CurPos) { in getVisualIndentation()
1386 if (*CurPos == '\t') in getVisualIndentation()