Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp205 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 DSignals.cpp142 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 DDlltoolDriver.cpp100 getPrefix(StringRef Argv0) getPrefix() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCTargetOptions.h83 const char *Argv0 = nullptr; global() variable
/freebsd-src/contrib/llvm-project/clang/tools/driver/
H A Dcc1_main.cpp226 cc1_main(ArrayRef<const char * > Argv,const char * Argv0,void * MainAddr) cc1_main() argument
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() argument
H A Dcc1as_main.cpp619 cc1as_main(ArrayRef<const char * > Argv,const char * Argv0,void * MainAddr) cc1as_main() argument
/freebsd-src/contrib/llvm-project/clang/lib/Tooling/
H A DCompilationDatabase.cpp263 std::string Argv0 = GetClangToolCommand(); in stripPositionalArgs() local
H A DTooling.cpp504 static void injectResourceDir(CommandLineArguments &Args, const char *Argv0, in injectResourceDir() argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp164 loadArFile(const char * Argv0,std::unique_ptr<MemoryBuffer> Buffer,LLVMContext & Context) loadArFile() argument
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInvocation.cpp762 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 DCodeGenOptions.h443 const char *Argv0 = nullptr; global() variable
/freebsd-src/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerDriver.cpp647 std::string Argv0((*argv)[0]); FuzzerDriver() local
/freebsd-src/contrib/llvm-project/clang/lib/Driver/
H A DToolChain.cpp328 normalizeProgramName(llvm::StringRef Argv0) normalizeProgramName() argument
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp108 printHelp(StringRef Argv0,bool ShowHidden=false) const printHelp() argument
/freebsd-src/contrib/sqlite3/
H A Dshell.c1506 static char *Argv0; global() variable