Home
last modified time | relevance | path

Searched defs:argv0 (Results 1 – 21 of 21) sorted by relevance

/llvm-project/lldb/test/Shell/Subprocess/Inputs/
H A Dfork.cpp32 int child_func(const char *argv0) { in child_func()
44 const char *argv0 = static_cast<char*>(argv0_ptr); in child_top_func() local
/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp149 static std::unique_ptr<Module> loadFile(const char *argv0, in loadFile() argument
283 Module &ModuleLazyLoaderCache::operator()(const char *argv0, in operator ()() argument
321 static bool importFunctions(const char *argv0, Module &DestModule) { in importFunctions() argument
331 auto ModuleLoader = [&DestModule](const char *argv0, in importFunctions() argument
265 ModuleLazyLoaderCache(std::function<std::unique_ptr<Module> (const char * argv0,const std::string & FileName)> createLazyModule) ModuleLazyLoaderCache() argument
398 linkFiles(const char * argv0,LLVMContext & Context,Linker & L,const cl::list<std::string> & Files,unsigned Flags) linkFiles() argument
[all...]
/llvm-project/compiler-rt/test/sanitizer_common/TestCases/Linux/
H A Dargp_parse.c30 void test_nulls(char *argv0) { in test_nulls()
36 void test_synthetic(char *argv0) { in test_synthetic()
/llvm-project/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_test_main.cpp15 const char *argv0; variable
/llvm-project/llvm/lib/TableGen/
H A DMain.cpp80 createDependencyFile(const TGParser & Parser,const char * argv0) createDependencyFile() argument
98 TableGenMain(const char * argv0,std::function<TableGenMainFn> MainFn) TableGenMain() argument
/llvm-project/compiler-rt/test/fuzzer/
H A DInitializeTest.cpp13 static char *argv0 = NULL; variable
/llvm-project/flang/tools/flang-driver/
H A Dfc1_main.cpp33 fc1_main(llvm::ArrayRef<const char * > argv,const char * argv0) fc1_main() argument
H A Ddriver.cpp38 std::string getExecutablePath(const char *argv0) { in getExecutablePath() argument
/llvm-project/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test.cpp47 const char *argv0; variable
/llvm-project/third-party/unittest/googlemock/src/
H A Dgmock.cc219 char* argv0 = const_cast<char*>(arg0); in InitGoogleMock() local
/llvm-project/llvm/tools/llc/
H A Dllc.cpp417 addPass(PassManagerBase & PM,const char * argv0,StringRef PassName,TargetPassConfig & TPC) addPass() argument
675 const char *argv0 = argv[0]; compileModule() local
/llvm-project/flang/include/flang/Frontend/
H A DCompilerInvocation.h106 const char *argv0; global() variable
/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp259 const char *argv0 = argv[0]; in ConvertArgumentsForLaunchingInShell() local
/llvm-project/lld/MachO/
H A DDriverUtils.cpp125 printHelp(const char * argv0,bool showHidden) const printHelp() argument
/llvm-project/lldb/tools/driver/
H A DDriver.cpp752 llvm::StringRef argv0 = llvm::sys::path::filename(argv[0]); main() local
/llvm-project/lld/MinGW/
H A DDriver.cpp100 printHelp(const char * argv0) printHelp() argument
/llvm-project/flang/lib/Frontend/
H A DCompilerInvocation.cpp1178 createFromArgs(CompilerInvocation & invoc,llvm::ArrayRef<const char * > commandLineArgs,clang::DiagnosticsEngine & diags,const char * argv0) createFromArgs() argument
/llvm-project/lld/COFF/
H A DDriverUtils.cpp1021 printHelp(const char * argv0) printHelp() argument
H A DDriver.cpp635 addClangLibSearchPaths(const std::string & argv0) addClangLibSearchPaths() argument
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cpp507 const char *argv0 = "<UNKNOWN>"; ReadBinaryName() local
/llvm-project/third-party/unittest/googletest/src/
H A Dgtest.cc6818 char* argv0 = const_cast<char*>(arg0); in InitGoogleTest() local