HomeSort by relevance Sort by last modified time
    Searched refs:SawPotentiallyThrowing (Results 1 - 3 of 3) 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/lib/CodeGen/AsmPrinter/
DwarfException.cpp 235 bool SawPotentiallyThrowing = false;
247 SawPotentiallyThrowing |= !CallToNoUnwindFunction(MI);
254 SawPotentiallyThrowing = false;
271 if (SawPotentiallyThrowing && Asm->MAI->isExceptionHandlingDwarf()) {
321 if (SawPotentiallyThrowing && Asm->MAI->isExceptionHandlingDwarf()) {
  /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 244 milliseconds