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

  /external/llvm/include/llvm/CodeGen/
MachineModuleInfo.h 161 bool CallsUnwindInit;
252 bool callsUnwindInit() const { return CallsUnwindInit; }
253 void setCallsUnwindInit(bool b) { CallsUnwindInit = b; }
  /external/llvm/lib/CodeGen/
MachineModuleInfo.cpp 277 CallsUnwindInit = 0;
316 CallsUnwindInit = 0;

Completed in 55 milliseconds