Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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.cpp988 MCSymbol *CurPos = OutContext.createTempSymbol(); in emitFunctionHeader() local
989 OutStreamer->emitLabel(CurPos); in emitFunctionHeader()
991 MCSymbolRefExpr::create(CurPos, OutContext)); in emitFunctionHeader()
/llvm-project-15.0.7/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h151 uint64_t CurPos = FS->tell(); in BackpatchWord() local
189 FS->seek(CurPos); in BackpatchWord()
/llvm-project-15.0.7/clang/lib/Parse/
H A DParseStmt.cpp1360 for (const char *CurPos = EndPos - (ColNo - 1); CurPos != EndPos; in getVisualIndentation() local
1361 ++CurPos) { in getVisualIndentation()
1362 if (*CurPos == '\t') in getVisualIndentation()