ΒΆstd::string getMainExecutableImpl(
    const char* argv0,
    void* MainAddr)

Description

GetMainExecutable - Return the path to the main executable, given the value of argv[0] from program startup.

Declared at: llvm/lib/Support/Unix/Path.inc:197

Parameters

const char* argv0
void* MainAddr