Searched refs:TF_InFunctionScope (Results 1 – 2 of 2) sorted by relevance
505 if (!(Flags & TF_InFunctionScope) && in shouldKeepVariableDIE()528 if (((Flags & TF_InFunctionScope) && in shouldKeepVariableDIE()548 Flags |= TF_InFunctionScope; in shouldKeepSubprogramDIE()1730 Flags |= TF_InFunctionScope; in cloneDIE()1736 if ((Flags & TF_InFunctionScope) && Info.InDebugMap) in cloneDIE()
326 TF_InFunctionScope = 1 << 1, ///< Current scope is a function scope. enumerator