Searched refs:TF_InFunctionScope (Results 1 – 2 of 2) sorted by relevance
516 if (!(Flags & TF_InFunctionScope) && in shouldKeepVariableDIE()539 if (((Flags & TF_InFunctionScope) && in shouldKeepVariableDIE()559 Flags |= TF_InFunctionScope; in shouldKeepSubprogramDIE()1747 Flags |= TF_InFunctionScope; in cloneDIE()1753 if ((Flags & TF_InFunctionScope) && Info.InDebugMap) in cloneDIE()
326 TF_InFunctionScope = 1 << 1, ///< Current scope is a function scope. enumerator