Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp524 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader() argument
527 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()
/freebsd/lib/libefivar/
H A Defivar-dp-format.c480 CHAR8 *CurrentPos; in DevPathToTextAcpiEx() local
496 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()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp793 uint64_t CurrentPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock() local
800 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() local
1017 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()
1034 CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments()
1038 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp487 size_t CurrentPos = OS.tell(); in WriteBundle() local
488 size_t PaddingSize = BI.Offset > CurrentPos ? BI.Offset - CurrentPos : 0; in WriteBundle()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h448 Error readNextHeader(const char *CurrentPos);
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1931 MCSymbol *CurrentPos = OutContext.createTempSymbol(); in emitStartOfAsmFile() local
1933 OutStreamer->emitLabel(CurrentPos); in emitStartOfAsmFile()
1938 MCBinaryExpr::createAdd(MCSymbolRefExpr::create(CurrentPos, OutContext), in emitStartOfAsmFile()