HomeSort by relevance Sort by last modified time
    Searched defs:SawPotentiallyThrowing (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 226 bool SawPotentiallyThrowing = false;
238 SawPotentiallyThrowing |= !callToNoUnwindFunction(&MI);
245 SawPotentiallyThrowing = false;
262 if (SawPotentiallyThrowing && Asm->MAI->usesCFIForEH()) {
312 if (SawPotentiallyThrowing && !IsSJLJ && LastLabel != nullptr) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.cpp 235 bool SawPotentiallyThrowing = false;
247 SawPotentiallyThrowing |= !callToNoUnwindFunction(&MI);
254 SawPotentiallyThrowing = false;
271 if (SawPotentiallyThrowing && Asm->MAI->usesCFIForEH()) {
321 if (SawPotentiallyThrowing && !IsSJLJ) {

Completed in 283 milliseconds