Home
last modified time | relevance | path

Searched refs:haveMain (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lld/COFF/
H A DDriver.cpp715 bool haveMain = findUnderscoreMangle("main"); in inferSubsystem() local
719 if (haveMain || haveWMain) { in inferSubsystem()
721 warn(std::string("found ") + (haveMain ? "main" : "wmain") + " and " + in inferSubsystem()