/freebsd/contrib/llvm-project/llvm/lib/Testing/Support/ |
H A D | SupportHelpers.cpp | 16 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 D | ToolRunner.cpp | 205 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 D | DlltoolDriver.cpp | 102 std::optional<std::string> getPrefix(StringRef Argv0) { in getPrefix()
|
/freebsd/contrib/llvm-project/clang/tools/driver/ |
H A D | cc1_main.cpp | 211 int cc1_main(ArrayRef<const char *> Argv, const char *Argv0, void *MainAddr) { in cc1_main()
|
H A D | cc1gen_reproducer_main.cpp | 162 int cc1gen_reproducer_main(ArrayRef<const char *> Argv, const char *Argv0, in cc1gen_reproducer_main()
|
H A D | driver.cpp | 59 std::string GetExecutablePath(const char *Argv0, bool CanonicalPrefixes) { in GetExecutablePath()
|
H A D | cc1as_main.cpp | 643 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 D | MCTargetOptions.h | 96 const char *Argv0 = nullptr; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Signals.cpp | 141 printSymbolizedStackTrace(StringRef Argv0,void ** StackTrace,int Depth,llvm::raw_ostream & OS) printSymbolizedStackTrace() argument
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 176 static std::unique_ptr<Module> loadArFile(const char *Argv0, in loadArFile()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 786 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 D | CodeGenOptions.h | 456 const char *Argv0 = nullptr; variable
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/ |
H A D | Tooling.cpp | 504 static void injectResourceDir(CommandLineArguments &Args, const char *Argv0, in injectResourceDir()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDriver.cpp | 648 std::string Argv0((*argv)[0]); in FuzzerDriver() local
|
/freebsd/contrib/llvm-project/clang/lib/Driver/ |
H A D | ToolChain.cpp | 358 static std::string normalizeProgramName(llvm::StringRef Argv0) { in normalizeProgramName()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 109 void printHelp(StringRef Argv0, bool ShowHidden = false) const { in printHelp()
|
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 1501 static char *Argv0; variable
|