HomeSort by: relevance | last modified time | path
    Searched defs:isEHCatchretTarget (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineBasicBlock.h 157 bool IsEHCatchretTarget = false;
181 /// Cached MCSymbol for this block (used if IsEHCatchRetTarget).
546 bool isEHCatchretTarget() const { return IsEHCatchretTarget; }
549 void setIsEHCatchretTarget(bool V = true) { IsEHCatchretTarget = V; }
MachineBasicBlock.h 157 bool IsEHCatchretTarget = false;
181 /// Cached MCSymbol for this block (used if IsEHCatchRetTarget).
546 bool isEHCatchretTarget() const { return IsEHCatchretTarget; }
549 void setIsEHCatchretTarget(bool V = true) { IsEHCatchretTarget = V; }

Completed in 52 milliseconds