Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DPaddingChecker.cpp298 CharUnits NextOffset = NewOffset.alignTo(Fields[0].Align); in calculateOptimalPad() local
299 NewPad += NextOffset - NewOffset; in calculateOptimalPad()
300 NewOffset = NextOffset; in calculateOptimalPad()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp127 uint32_t NextOffset = I != E ? I->Offset : Export.Offset + 1; in addCoffExportSymbols() local
129 uint64_t SymbolSize = NextOffset - Export.Offset; in addCoffExportSymbols()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp1516 unsigned NextOffset; in getFileIDSize() local
1518 NextOffset = getNextLocalOffset(); in getFileIDSize()
1520 NextOffset = MaxLoadedOffset; in getFileIDSize()
1522 NextOffset = getSLocEntry(FileID::get(ID+1)).getOffset(); in getFileIDSize()
1524 return NextOffset - Entry.getOffset() - 1; in getFileIDSize()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp994 size_t NextOffset = SectionOffset + SubSectionSize; in printCodeViewSymbolSection() local
995 NextOffset = alignTo(NextOffset, 4); in printCodeViewSymbolSection()
996 if (NextOffset > SectionContents.size()) in printCodeViewSymbolSection()
998 Data = SectionContents.drop_front(NextOffset); in printCodeViewSymbolSection()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTWriter.cpp2337 unsigned NextOffset = SourceMgr.getNextLocalOffset(); in WriteSourceManagerBlock() local
2339 NextOffset = SourceMgr.getLocalSLocEntry(I + 1).getOffset(); in WriteSourceManagerBlock()
2340 Record.push_back(NextOffset - SLoc->getOffset() - 1); in WriteSourceManagerBlock()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp4840 signed NextOffset = FirstOffset.getImm() + 4; in expandLoadStoreDMacro() local
4841 MCOperand SecondOffset = MCOperand::createImm(NextOffset); in expandLoadStoreDMacro()
4843 if (!isInt<16>(FirstOffset.getImm()) || !isInt<16>(NextOffset)) in expandLoadStoreDMacro()