Searched refs:CanContinue (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugLoc.cpp | 196 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 D | SROA.cpp | 2800 const bool CanContinue = [&]() { in visitMemSetInst() local 2818 if (!CanContinue) { in visitMemSetInst()
|