/freebsd-src/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-src/contrib/llvm-project/llvm/tools/bugpoint/ |
H A D | ToolRunner.cpp | 205 const char *Argv0, in FindProgramByName() 221 AbstractInterpreter::createLLI(const char *Argv0, std::string &Message, in createLLI() 353 static void lexCommand(const char *Argv0, std::string &Message, in lexCommand() 402 const char *Argv0, std::string &Message, in createCustomCompiler() 417 AbstractInterpreter::createCustomExecutor(const char *Argv0, in createCustomExecutor() 507 LLC *AbstractInterpreter::createLLC(const char *Argv0, std::string &Message, in createLLC() 592 AbstractInterpreter::createJIT(const char *Argv0, std::string &Message, in createJIT() 842 CC *CC::create(const char *Argv0, std::string &Message, in create()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | Signals.cpp | 142 static bool printSymbolizedStackTrace(StringRef Argv0, void **StackTrace, in printSymbolizedStackTrace() 259 static bool printMarkupStackTrace(StringRef Argv0, void **StackTrace, int Depth, in printMarkupStackTrace()
|
/freebsd-src/contrib/llvm-project/llvm/lib/ToolDrivers/llvm-dlltool/ |
H A D | DlltoolDriver.cpp | 100 getPrefix(StringRef Argv0) getPrefix() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCTargetOptions.h | 83 const char *Argv0 = nullptr; global() variable
|
/freebsd-src/contrib/llvm-project/clang/tools/driver/ |
H A D | cc1_main.cpp | 226 cc1_main(ArrayRef<const char * > Argv,const char * Argv0,void * MainAddr) cc1_main() argument
|
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() argument
|
H A D | cc1as_main.cpp | 619 cc1as_main(ArrayRef<const char * > Argv,const char * Argv0,void * MainAddr) cc1as_main() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/ |
H A D | CompilationDatabase.cpp | 263 std::string Argv0 = GetClangToolCommand(); in stripPositionalArgs() local
|
H A D | Tooling.cpp | 504 static void injectResourceDir(CommandLineArguments &Args, const char *Argv0, in injectResourceDir() argument
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-link/ |
H A D | llvm-link.cpp | 164 loadArFile(const char * Argv0,std::unique_ptr<MemoryBuffer> Buffer,LLVMContext & Context) loadArFile() argument
|
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 762 RoundTrip(ParseFn Parse,GenerateFn Generate,CompilerInvocation & RealInvocation,CompilerInvocation & DummyInvocation,ArrayRef<const char * > CommandLineArgs,DiagnosticsEngine & Diags,const char * Argv0,bool CheckAgainstOriginalInvocation=false,bool ForceRoundTrip=false) RoundTrip() argument 893 checkCC1RoundTrip(ArrayRef<const char * > Args,DiagnosticsEngine & Diags,const char * Argv0) checkCC1RoundTrip() argument 897 __anon657c79d00a02(CompilerInvocation &Invocation, ArrayRef<const char *> CommandLineArgs, DiagnosticsEngine &Diags, const char *Argv0) checkCC1RoundTrip() argument 3014 GetResourcesPath(const char * Argv0,void * MainAddr) GetResourcesPath() argument 4568 CreateFromArgsImpl(CompilerInvocation & Res,ArrayRef<const char * > CommandLineArgs,DiagnosticsEngine & Diags,const char * Argv0) CreateFromArgsImpl() argument 4689 CreateFromArgs(CompilerInvocation & Invocation,ArrayRef<const char * > CommandLineArgs,DiagnosticsEngine & Diags,const char * Argv0) CreateFromArgs() argument 4694 __anon657c79d01b02(CompilerInvocation &Invocation, ArrayRef<const char *> CommandLineArgs, DiagnosticsEngine &Diags, const char *Argv0) CreateFromArgs() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | CodeGenOptions.h | 443 const char *Argv0 = nullptr; global() variable
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerDriver.cpp | 647 std::string Argv0((*argv)[0]); FuzzerDriver() local
|
/freebsd-src/contrib/llvm-project/clang/lib/Driver/ |
H A D | ToolChain.cpp | 328 normalizeProgramName(llvm::StringRef Argv0) normalizeProgramName() argument
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | llvm-objdump.cpp | 108 printHelp(StringRef Argv0,bool ShowHidden=false) const printHelp() argument
|
/freebsd-src/contrib/sqlite3/ |
H A D | shell.c | 1506 static char *Argv0; global() variable
|