Searched refs:IsEntryPoint (Results 1 – 4 of 4) sorted by relevance
326 const bool IsEntryPoint = !InvalidName.empty() && InvalidName[0] == '.'; in createXCOFFSymbolImpl() local328 StringRef(IsEntryPoint ? "._Renamed.." : "_Renamed.."); in createXCOFFSymbolImpl()341 if (IsEntryPoint) in createXCOFFSymbolImpl()
187 if (cmd->IsEntryPoint()) in ExecuteCommand()
96 bool IsEntryPoint() const { return command_type_ == Type::kEntryPoint; } in IsEntryPoint() function
730 ASSERT_TRUE(cmds[0]->IsEntryPoint()); in TEST_F()