Searched refs:CurrentPos (Results 1 – 5 of 5) sorted by relevance
507 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader() argument510 while (CurrentPos != End && *CurrentPos == 0) in readNextHeader()511 ++CurrentPos; in readNextHeader()513 if (CurrentPos == End) in readNextHeader()517 if (CurrentPos + sizeof(RawInstrProf::Header) > End) in readNextHeader()521 if (reinterpret_cast<size_t>(CurrentPos) % alignof(uint64_t)) in readNextHeader()525 uint64_t Magic = *reinterpret_cast<const uint64_t *>(CurrentPos); in readNextHeader()530 auto *Header = reinterpret_cast<const RawInstrProf::Header *>(CurrentPos); in readNextHeader()
789 uint64_t CurrentPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock() local796 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()817 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()863 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()998 uint64_t CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments() local1013 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()1030 CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments()1034 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()
468 size_t CurrentPos = OS.tell(); in WriteBundle() local469 size_t PaddingSize = BI.Offset > CurrentPos ? BI.Offset - CurrentPos : 0; in WriteBundle()
409 Error readNextHeader(const char *CurrentPos);
1727 MCSymbol *CurrentPos = OutContext.createTempSymbol(); in emitStartOfAsmFile() local1729 OutStreamer->emitLabel(CurrentPos); in emitStartOfAsmFile()1734 MCBinaryExpr::createAdd(MCSymbolRefExpr::create(CurrentPos, OutContext), in emitStartOfAsmFile()