Home
last modified time | relevance | path

Searched defs:Argv0 (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Testing/Support/
H A DSupportHelpers.cpp16 static std::pair<bool, SmallString<128>> findSrcDirMap(StringRef Argv0) { in findSrcDirMap()
36 SmallString<128> llvm::unittest::getInputFileDirectory(const char *Argv0) { in getInputFileDirectory()
/freebsd/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp205 const char *Argv0, in FindProgramByName() argument
221 AbstractInterpreter::createLLI(const char *Argv0, std::string &Message, in createLLI() argument
353 static void lexCommand(const char *Argv0, std::string &Message, in lexCommand() argument
402 const char *Argv0, std::string &Message, in createCustomCompiler() argument
417 AbstractInterpreter::createCustomExecutor(const char *Argv0, in createCustomExecutor() argument
507 createLLC(const char * Argv0,std::string & Message,const std::string & CCBinary,const std::vector<std::string> * Args,const std::vector<std::string> * CCArgs,bool UseIntegratedAssembler) createLLC() argument
592 createJIT(const char * Argv0,std::string & Message,const std::vector<std::string> * Args) createJIT() argument
842 create(const char * Argv0,std::string & Message,const std::string & CCBinary,const std::vector<std::string> * Args) create() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/
H A DDlltoolDriver.cpp102 std::optional<std::string> getPrefix(StringRef Argv0) { in getPrefix()
/freebsd/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp211 int cc1_main(ArrayRef<const char *> Argv, const char *Argv0, void *MainAddr) { in cc1_main()
H A Dcc1gen_reproducer_main.cpp162 int cc1gen_reproducer_main(ArrayRef<const char *> Argv, const char *Argv0, in cc1gen_reproducer_main()
H A Ddriver.cpp59 std::string GetExecutablePath(const char *Argv0, bool CanonicalPrefixes) { in GetExecutablePath()
H A Dcc1as_main.cpp643 int cc1as_main(ArrayRef<const char *> Argv, const char *Argv0, void *MainAddr) { in cc1as_main()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCTargetOptions.h96 const char *Argv0 = nullptr; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSignals.cpp141 printSymbolizedStackTrace(StringRef Argv0,void ** StackTrace,int Depth,llvm::raw_ostream & OS) printSymbolizedStackTrace() argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp176 static std::unique_ptr<Module> loadArFile(const char *Argv0, in loadArFile()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp786 DiagnosticsEngine &Diags, const char *Argv0, in RoundTrip()
917 const char *Argv0) { in checkCC1RoundTrip()
921 DiagnosticsEngine &Diags, const char *Argv0) { in checkCC1RoundTrip()
3123 std::string CompilerInvocation::GetResourcesPath(const char *Argv0, in GetResourcesPath()
4775 DiagnosticsEngine &Diags, const char *Argv0) { in CreateFromArgsImpl()
4898 const char *Argv0) { in CreateFromArgs()
4903 DiagnosticsEngine &Diags, const char *Argv0) { in CreateFromArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h456 const char *Argv0 = nullptr; variable
/freebsd/contrib/llvm-project/clang/lib/Tooling/
H A DTooling.cpp504 static void injectResourceDir(CommandLineArguments &Args, const char *Argv0, in injectResourceDir()
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp648 std::string Argv0((*argv)[0]); in FuzzerDriver() local
/freebsd/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp358 static std::string normalizeProgramName(llvm::StringRef Argv0) { in normalizeProgramName()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp109 void printHelp(StringRef Argv0, bool ShowHidden = false) const { in printHelp()
/freebsd/contrib/sqlite3/
H A Dshell.c1501 static char *Argv0; variable