Searched refs:IsLeafProc (Results 1 – 3 of 3) sorted by relevance
37 bool IsLeafProc; variable42 IsLeafProc(false) {} in Nios2FunctionInfo()45 IsLeafProc(false) {} in Nios2FunctionInfo()56 void setLeafProc(bool rhs) { IsLeafProc = rhs; } in setLeafProc()57 bool isLeafProc() const { return IsLeafProc; } in isLeafProc()
33 bool IsLeafProc; variable37 IsLeafProc(false) {} in SparcMachineFunctionInfo()40 IsLeafProc(false) {} in SparcMachineFunctionInfo()51 void setLeafProc(bool rhs) { IsLeafProc = rhs; } in setLeafProc()52 bool isLeafProc() const { return IsLeafProc; } in isLeafProc()