Searched refs:CurrentPos (Results 1 – 6 of 6) sorted by relevance
524 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader() argument527 while (CurrentPos != End && *CurrentPos == 0) in readNextHeader()528 ++CurrentPos; in readNextHeader()530 if (CurrentPos == End) in readNextHeader()534 if (CurrentPos + sizeof(RawInstrProf::Header) > End) in readNextHeader()538 if (reinterpret_cast<size_t>(CurrentPos) % alignof(uint64_t)) in readNextHeader()542 uint64_t Magic = *reinterpret_cast<const uint64_t *>(CurrentPos); in readNextHeader()547 auto *Header = reinterpret_cast<const RawInstrProf::Header *>(CurrentPos); in readNextHeader()
480 CHAR8 *CurrentPos; in DevPathToTextAcpiEx() local496 CurrentPos = (CHAR8 *)(((UINT8 *)AcpiEx) + sizeof (ACPI_EXTENDED_HID_DEVICE_PATH)); in DevPathToTextAcpiEx()499 Strings[StrIndex] = CurrentPos; in DevPathToTextAcpiEx()500 NextStringOffset = AsciiStrLen (CurrentPos) + 1; in DevPathToTextAcpiEx()502 CurrentPos += NextStringOffset; in DevPathToTextAcpiEx()
793 uint64_t CurrentPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock() local800 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()821 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()867 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()1002 uint64_t CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments() local1017 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()1034 CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments()1038 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()
487 size_t CurrentPos = OS.tell(); in WriteBundle() local488 size_t PaddingSize = BI.Offset > CurrentPos ? BI.Offset - CurrentPos : 0; in WriteBundle()
448 Error readNextHeader(const char *CurrentPos);
1931 MCSymbol *CurrentPos = OutContext.createTempSymbol(); in emitStartOfAsmFile() local1933 OutStreamer->emitLabel(CurrentPos); in emitStartOfAsmFile()1938 MCBinaryExpr::createAdd(MCSymbolRefExpr::create(CurrentPos, OutContext), in emitStartOfAsmFile()