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

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 162 bool CallsUnwindInit;
248 bool callsUnwindInit() const { return CallsUnwindInit; }
249 void setCallsUnwindInit(bool b) { CallsUnwindInit = b; }
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineModuleInfo.h 158 bool CallsUnwindInit;
223 bool callsUnwindInit() const { return CallsUnwindInit; }
224 void setCallsUnwindInit(bool b) { CallsUnwindInit = b; }

Completed in 70 milliseconds