Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/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.cpp1048 MCSymbol *CurPos = OutContext.createTempSymbol(); in emitFunctionHeader() local
1049 OutStreamer->emitLabel(CurPos); in emitFunctionHeader()
1051 MCSymbolRefExpr::create(CurPos, OutContext)); in emitFunctionHeader()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/Unix/
H A DSignals.inc577 auto CurPos = reinterpret_cast<uintptr_t>(Notes.data());
579 alignToPowerOf2(CurPos + NameSize, 4) - CurPos;
585 CurPos = reinterpret_cast<uintptr_t>(Notes.data());
587 alignToPowerOf2(CurPos + DescSize, 4) - CurPos;
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h153 uint64_t CurPos = FS->tell(); in BackpatchByte() local
191 FS->seek(CurPos); in BackpatchByte()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1434 for (const char *CurPos = EndPos - (ColNo - 1); CurPos != EndPos; in getVisualIndentation() local
1435 ++CurPos) { in getVisualIndentation()
1436 if (*CurPos == '\t') in getVisualIndentation()