HomeSort by: relevance | last modified time | path
    Searched refs:CurrentPos (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/
InstrProfReader.cpp 324 Error RawInstrProfReader<IntPtrT>::readNextHeader(const char *CurrentPos) {
327 while (CurrentPos != End && *CurrentPos == 0)
328 ++CurrentPos;
330 if (CurrentPos == End)
334 if (CurrentPos + sizeof(RawInstrProf::Header) > End)
337 if (reinterpret_cast<size_t>(CurrentPos) % alignof(uint64_t))
340 uint64_t Magic = *reinterpret_cast<const uint64_t *>(CurrentPos);
345 auto *Header = reinterpret_cast<const RawInstrProf::Header *>(CurrentPos);
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
MetadataLoader.cpp 717 uint64_t CurrentPos = IndexCursor.GetCurrentBitNo();
725 if (Error Err = IndexCursor.JumpToBit(CurrentPos))
746 if (Error Err = IndexCursor.JumpToBit(CurrentPos))
792 if (Error Err = IndexCursor.JumpToBit(CurrentPos))
925 uint64_t CurrentPos = TempCursor.GetCurrentBitNo();
940 if (Error Err = TempCursor.JumpToBit(CurrentPos))
957 CurrentPos = TempCursor.GetCurrentBitNo();
961 if (Error Err = TempCursor.JumpToBit(CurrentPos))
  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
InstrProfReader.h 254 Error readNextHeader(const char *CurrentPos);
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCAsmPrinter.cpp 1518 MCSymbol *CurrentPos = OutContext.createTempSymbol();
1520 OutStreamer->emitLabel(CurrentPos);
1525 MCBinaryExpr::createAdd(MCSymbolRefExpr::create(CurrentPos, OutContext),

Completed in 131 milliseconds