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.cpp512 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader() argument
515 while (CurrentPos != End && *CurrentPos == 0) in readNextHeader()
516 ++CurrentPos; in readNextHeader()
518 if (CurrentPos == End) in readNextHeader()
522 if (CurrentPos + sizeof(RawInstrProf::Header) > End) in readNextHeader()
526 if (reinterpret_cast<size_t>(CurrentPos) % alignof(uint64_t)) in readNextHeader()
530 uint64_t Magic = *reinterpret_cast<const uint64_t *>(CurrentPos); in readNextHeader()
535 auto *Header = reinterpret_cast<const RawInstrProf::Header *>(CurrentPos); in readNextHeader()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp797 uint64_t CurrentPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock() local
804 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()
825 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()
871 if (Error Err = IndexCursor.JumpToBit(CurrentPos)) in lazyLoadModuleMetadataBlock()
1006 uint64_t CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments() local
1021 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()
1038 CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments()
1042 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()
/freebsd/lib/libefivar/
H A Defivar-dp-format.c484 CHAR8 *CurrentPos; in DevPathToTextAcpiEx() local
500 CurrentPos = (CHAR8 *)(((UINT8 *)AcpiEx) + sizeof (ACPI_EXTENDED_HID_DEVICE_PATH)); in DevPathToTextAcpiEx()
503 Strings[StrIndex] = CurrentPos; in DevPathToTextAcpiEx()
504 NextStringOffset = AsciiStrLen (CurrentPos) + 1; in DevPathToTextAcpiEx()
506 CurrentPos += NextStringOffset; in DevPathToTextAcpiEx()
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp472 size_t CurrentPos = OS.tell(); in WriteBundle() local
473 size_t PaddingSize = BI.Offset > CurrentPos ? BI.Offset - CurrentPos : 0; in WriteBundle()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h413 Error readNextHeader(const char *CurrentPos);
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1953 MCSymbol *CurrentPos = OutContext.createTempSymbol(); in emitStartOfAsmFile() local
1955 OutStreamer->emitLabel(CurrentPos); in emitStartOfAsmFile()
1960 MCBinaryExpr::createAdd(MCSymbolRefExpr::create(CurrentPos, OutContext), in emitStartOfAsmFile()