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

  /external/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.h 132 static bool callToNoUnwindFunction(const MachineInstr *MI);
EHStreamer.cpp 159 bool EHStreamer::callToNoUnwindFunction(const MachineInstr *MI) {
238 SawPotentiallyThrowing |= !callToNoUnwindFunction(&MI);
WinException.cpp 424 MI.isCall() && !EHStreamer::callToNoUnwindFunction(&MI)) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
EHStreamer.h 133 static bool callToNoUnwindFunction(const MachineInstr *MI);
EHStreamer.cpp 168 bool EHStreamer::callToNoUnwindFunction(const MachineInstr *MI) {
247 SawPotentiallyThrowing |= !callToNoUnwindFunction(&MI);
WinException.cpp 432 MI.isCall() && !EHStreamer::callToNoUnwindFunction(&MI)) {
    [all...]

Completed in 109 milliseconds