Searched refs:CurrentPos (Results 1 – 5 of 5) sorted by relevance
344 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader() argument347 while (CurrentPos != End && *CurrentPos == 0) in readNextHeader()348 ++CurrentPos; in readNextHeader()350 if (CurrentPos == End) in readNextHeader()354 if (CurrentPos + sizeof(RawInstrProf::Header) > End) in readNextHeader()358 if (reinterpret_cast<size_t>(CurrentPos) % alignof(uint64_t)) in readNextHeader()362 uint64_t Magic = *reinterpret_cast<const uint64_t *>(CurrentPos); in readNextHeader()367 auto *Header = reinterpret_cast<const RawInstrProf::Header *>(CurrentPos); in readNextHeader()
470 uint64_t CurrentPos = OS.tell(); in TEST() local472 EXPECT_GE(Str.capacity(), CurrentPos + 1000); in TEST()
705 uint64_t CurrentPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock() local712 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()733 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()779 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()913 uint64_t CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments() local928 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()945 CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments()949 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()
335 Error readNextHeader(const char *CurrentPos);
1598 MCSymbol *CurrentPos = OutContext.createTempSymbol(); in emitStartOfAsmFile() local1600 OutStreamer->emitLabel(CurrentPos); in emitStartOfAsmFile()1605 MCBinaryExpr::createAdd(MCSymbolRefExpr::create(CurrentPos, OutContext), in emitStartOfAsmFile()