Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfExpression.cpp136 unsigned CurPos = 0; in addMachineReg() local
163 if (Offset > CurPos) in addMachineReg()
165 -1, Offset - CurPos, "no DWARF register encoding")); in addMachineReg()
174 CurPos = Offset + Size; in addMachineReg()
177 if (CurPos == 0) in addMachineReg()
180 if (CurPos < RegSize) in addMachineReg()
182 -1, RegSize - CurPos, "no DWARF register encoding")); in addMachineReg()
H A DAsmPrinter.cpp1028 MCSymbol *CurPos = OutContext.createTempSymbol(); in emitFunctionHeader() local
1029 OutStreamer->emitLabel(CurPos); in emitFunctionHeader()
1031 MCSymbolRefExpr::create(CurPos, OutContext)); in emitFunctionHeader()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DWindowScheduler.cpp391 auto CurPos = MI->getIterator(); in restoreTripleMBB() local
392 if (CurPos != OldPos) { in restoreTripleMBB()
393 MBB->splice(OldPos, MBB, CurPos); in restoreTripleMBB()
/freebsd/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/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h226 uint64_t CurPos = fdStream()->tell(); in BackpatchByte() local
264 fdStream()->seek(CurPos); in BackpatchByte()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseStmt.cpp1446 for (const char *CurPos = EndPos - (ColNo - 1); CurPos != EndPos; in getVisualIndentation() local
1447 ++CurPos) { in getVisualIndentation()
1448 if (*CurPos == '\t') in getVisualIndentation()