Searched defs:IsEntryPoint (Results 1 – 2 of 2) sorted by relevance
326 const bool IsEntryPoint = !InvalidName.empty() && InvalidName[0] == '.'; in createXCOFFSymbolImpl() local
96 bool IsEntryPoint() const { return command_type_ == Type::kEntryPoint; } in IsEntryPoint() function