Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/AsmPrinter/
DEHStreamer.cpp226 bool SawPotentiallyThrowing = false; in computeCallSiteTable() local
238 SawPotentiallyThrowing |= !callToNoUnwindFunction(&MI); in computeCallSiteTable()
245 SawPotentiallyThrowing = false; in computeCallSiteTable()
262 if (SawPotentiallyThrowing && Asm->MAI->usesCFIForEH()) { in computeCallSiteTable()
312 if (SawPotentiallyThrowing && !IsSJLJ && LastLabel != nullptr) { in computeCallSiteTable()