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