Home
last modified time | relevance | path

Searched refs:NextSym (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DContainerModeling.cpp672 const auto NextSym = in handleEraseAfter() local
677 State = invalidateIteratorPositions(State, NextSym, BO_EQ); in handleEraseAfter()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp7432 uint64_t NextSym = 0; in DisassembleMachO() local
7440 NextSym = cantFail(Symbols[NextSymIdx].getValue()); in DisassembleMachO()
7441 NextSym -= SectionAddress; in DisassembleMachO()
7447 uint64_t End = containsNextSym ? std::min(NextSym, SectSize) : SectSize; in DisassembleMachO()