38 std::string Banner = std::string(Argv[0]) +
": ";
47 Argc = Args.
size() - 1;
std::error_code GetCommandLineArguments(SmallVectorImpl< const char *> &Args, BumpPtrAllocator &Alloc)
This class represents lattice values for constants.
void push_back(const T &Elt)
Helper for check-and-exit error handling.
InitLLVM(int &Argc, const char **&Argv)
void llvm_shutdown()
llvm_shutdown - Deallocate and destroy all ManagedStatic variables.
void PrintStackTraceOnErrorSignal(StringRef Argv0, bool DisableCrashReporting=false)
When an error signal (such as SIGABRT or SIGSEGV) is delivered to the process, print a stack trace an...
Error errorCodeToError(std::error_code EC)
Helper for converting an std::error_code to a Error.
Provides a library for accessing information about this process and other processes on the operating ...
pointer data()
Return a pointer to the vector's buffer, even if empty().