Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp196 bool CanContinue = true; in dump() local
197 while (CanContinue && Data.isValidOffset(Offset)) { in dump()
201 CanContinue = dumpLocationList(&Offset, OS, BaseAddr, MRI, Obj, nullptr, in dump()
397 bool CanContinue = true; in dumpRange() local
398 while (CanContinue && Offset < StartOffset + Size) { in dumpRange()
402 CanContinue = dumpLocationList(&Offset, OS, /*BaseAddr=*/None, MRI, Obj, in dumpRange()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSROA.cpp2800 const bool CanContinue = [&]() { in visitMemSetInst() local
2818 if (!CanContinue) { in visitMemSetInst()