Searched refs:NextLocalOffset (Results 1 – 4 of 4) sorted by relevance
96 Func->setCode(NextLocalOffset, std::move(Code), std::move(SrcMap), in compileFunc()104 NextLocalOffset += sizeof(Block); in createLocal()105 unsigned Location = NextLocalOffset; in createLocal()106 NextLocalOffset += align(D->getAllocSize()); in createLocal()
84 unsigned NextLocalOffset = 0; variable
349 NextLocalOffset = 0; in clearIDTables()458 CurrentLoadedOffset - TotalSize < NextLocalOffset) { in AllocateLoadedSLocEntries()615 if (!(NextLocalOffset + FileSize + 1 > NextLocalOffset && in createFileIDImpl()616 NextLocalOffset + FileSize + 1 <= CurrentLoadedOffset)) { in createFileIDImpl()622 SLocEntry::get(NextLocalOffset, in createFileIDImpl()626 NextLocalOffset += FileSize + 1; in createFileIDImpl()674 LocalSLocEntryTable.push_back(SLocEntry::get(NextLocalOffset, Info)); in createExpansionLocImpl()676 assert(NextLocalOffset + Length + 1 > NextLocalOffset && in createExpansionLocImpl()677 NextLocalOffset + Length + 1 <= CurrentLoadedOffset && in createExpansionLocImpl()680 NextLocalOffset += Length + 1; in createExpansionLocImpl()[all …]
707 SourceLocation::UIntTy NextLocalOffset; variable1345 assert(((Start.getOffset() < NextLocalOffset &&1346 Start.getOffset()+Length <= NextLocalOffset) ||1731 SourceLocation::UIntTy getNextLocalOffset() const { return NextLocalOffset; } in getNextLocalOffset()1863 return SLocOffset < NextLocalOffset; in isOffsetInFileID()