HomeSort by relevance Sort by last modified time
    Searched refs:callToNoUnwindFunction (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.h 81 bool callToNoUnwindFunction(const MachineInstr *MI);
EHStreamer.cpp 159 bool EHStreamer::callToNoUnwindFunction(const MachineInstr *MI) {
238 SawPotentiallyThrowing |= !callToNoUnwindFunction(&MI);
Win64Exception.cpp 316 SawPotentiallyThrowing |= !callToNoUnwindFunction(&MI);

Completed in 343 milliseconds