Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/llvm/tools/llvm-link/
H A Dllvm-link.cpp137 static std::unique_ptr<Module> loadFile(const char *argv0, in loadFile()
253 ModuleLazyLoaderCache(std::function<std::unique_ptr<Module>( in ModuleLazyLoaderCache()
271 Module &ModuleLazyLoaderCache::operator()(const char *argv0, in operator ()()
309 static bool importFunctions(const char *argv0, Module &DestModule) { in importFunctions()
319 const std::string &Identifier) { in importFunctions()
376 static bool linkFiles(const char *argv0, LLVMContext &Context, Linker &L, in linkFiles()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_test_main.cpp15 const char *argv0; variable
/llvm-project-15.0.7/llvm/lib/TableGen/
H A DMain.cpp70 static int createDependencyFile(const TGParser &Parser, const char *argv0) { in createDependencyFile()
88 int llvm::TableGenMain(const char *argv0, TableGenMainFn *MainFn) { in TableGenMain()
/llvm-project-15.0.7/compiler-rt/test/fuzzer/
H A DInitializeTest.cpp13 static char *argv0 = NULL; variable
/llvm-project-15.0.7/flang/tools/flang-driver/
H A Dfc1_main.cpp33 int fc1_main(llvm::ArrayRef<const char *> argv, const char *argv0) { in fc1_main()
H A Ddriver.cpp38 std::string getExecutablePath(const char *argv0) { in getExecutablePath()
/llvm-project-15.0.7/compiler-rt/lib/tsan/tests/rtl/
H A Dtsan_test.cpp47 const char *argv0; variable
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/src/
H A Dgmock.cc207 char* argv0 = const_cast<char*>(arg0); in InitGoogleMock() local
/llvm-project-15.0.7/llvm/tools/llc/
H A Dllc.cpp426 static bool addPass(PassManagerBase &PM, const char *argv0, in addPass()
673 const char *argv0 = argv[0]; in compileModule() local
/llvm-project-15.0.7/lldb/tools/driver/
H A DDriver.cpp745 static llvm::Optional<int> InitializeReproducer(llvm::StringRef argv0, in InitializeReproducer()
794 llvm::StringRef argv0 = llvm::sys::path::filename(argv[0]); in main() local
/llvm-project-15.0.7/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp263 const char *argv0 = argv[0]; in ConvertArgumentsForLaunchingInShell() local
/llvm-project-15.0.7/lld/MachO/
H A DDriverUtils.cpp108 void MachOOptTable::printHelp(const char *argv0, bool showHidden) const { in printHelp() argument
/llvm-project-15.0.7/lld/MinGW/
H A DDriver.cpp85 static void printHelp(const char *argv0) { in printHelp()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_fuchsia.cpp444 const char *argv0 = "<UNKNOWN>"; in ReadBinaryName() local
/llvm-project-15.0.7/lld/COFF/
H A DDriverUtils.cpp958 void printHelp(const char *argv0) { in printHelp()
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest.cc6126 char* argv0 = const_cast<char*>(arg0); in InitGoogleTest() local