Searched refs:IsEntryPoint (Results 1 – 4 of 4) sorted by relevance
398 const bool IsEntryPoint = !InvalidName.empty() && InvalidName[0] == '.'; in createXCOFFSymbolImpl() local400 StringRef(IsEntryPoint ? "._Renamed.." : "_Renamed.."); in createXCOFFSymbolImpl()413 if (IsEntryPoint) in createXCOFFSymbolImpl()
43 IsEntryPoint, enumerator167 KIND_1(LVScopeKind, IsEntryPoint, IsFunction);
346 clEnumValN(LVScopeKind::IsEntryPoint, "EntryPoint",
99 {LVScopeKind::IsEntryPoint, &LVScope::getIsEntryPoint},