Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfReader.cpp507 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) { in readNextHeader() argument
510 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()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DMetadataLoader.cpp789 uint64_t CurrentPos = IndexCursor.GetCurrentBitNo(); in lazyLoadModuleMetadataBlock() local
796 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() local
1013 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()
1030 CurrentPos = TempCursor.GetCurrentBitNo(); in loadGlobalDeclAttachments()
1034 if (Error Err = TempCursor.JumpToBit(CurrentPos)) in loadGlobalDeclAttachments()
/freebsd-14.2/contrib/llvm-project/clang/lib/Driver/
H A DOffloadBundler.cpp468 size_t CurrentPos = OS.tell(); in WriteBundle() local
469 size_t PaddingSize = BI.Offset > CurrentPos ? BI.Offset - CurrentPos : 0; in WriteBundle()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DInstrProfReader.h409 Error readNextHeader(const char *CurrentPos);
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp1727 MCSymbol *CurrentPos = OutContext.createTempSymbol(); in emitStartOfAsmFile() local
1729 OutStreamer->emitLabel(CurrentPos); in emitStartOfAsmFile()
1734 MCBinaryExpr::createAdd(MCSymbolRefExpr::create(CurrentPos, OutContext), in emitStartOfAsmFile()