Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lld/COFF/
H A DDriver.cpp720 bool haveMain = findUnderscoreMangle("main"); in inferSubsystem() local
724 if (haveMain || haveWMain) { in inferSubsystem()
726 warn(std::string("found ") + (haveMain ? "main" : "wmain") + " and " + in inferSubsystem()