Searched defs:IsEntryPoint (Results 1 – 10 of 10) sorted by relevance
43 IsEntryPoint, enumerator
1125 bool AggressiveDCEPass::IsEntryPoint(Function* func) { in IsEntryPoint() function in spvtools::opt::AggressiveDCEPass
1093 bool AggressiveDCEPass::IsEntryPoint(Function* func) { in IsEntryPoint() function in spvtools::opt::AggressiveDCEPass
398 const bool IsEntryPoint = !InvalidName.empty() && InvalidName[0] == '.'; in createXCOFFSymbolImpl() local
95 bool IsEntryPoint() const { return command_type_ == Type::kEntryPoint; } in IsEntryPoint() function