Searched refs:GetExecutablePath (Results 1 – 10 of 10) sorted by relevance
38 std::string GetExecutablePath(const char *Argv0) { in GetExecutablePath() function41 void *MainAddr = (void*) (intptr_t) GetExecutablePath; in GetExecutablePath()81 void *MainAddr = (void*) (intptr_t) GetExecutablePath; in main()82 std::string Path = GetExecutablePath(argv[0]); in main()
80 string GetExecutablePath() { in GetExecutablePath() function89 string helper_path(GetExecutablePath()); in GetHelperPath()
134 EXPECT_EQ(GetExecutablePath(), main_module->code_file()); in TEST_F()225 EXPECT_EQ(GetExecutablePath(), main_module->code_file()); in TEST_F()
274 EXPECT_EQ(GetExecutablePath(), main_module->code_file()); in TEST_F()
167 std::string GetExecutablePath(const char *Argv0) { in GetExecutablePath() function170 void *P = (void*) (intptr_t) GetExecutablePath; in GetExecutablePath()186 llvm::SmallString<256> CurrentPath(GetExecutablePath(argv[0])); in main()
56 std::string GetExecutablePath(const char *Argv0, bool CanonicalPrefixes) { in GetExecutablePath() function62 void *P = (void*) (intptr_t) GetExecutablePath; in GetExecutablePath()367 void *GetExecutablePathVP = (void *)(intptr_t) GetExecutablePath; in ExecuteCC1Tool()436 std::string Path = GetExecutablePath(argv[0], CanonicalPrefixes); in main()
64 std::string GetExecutablePath(const char *Argv0) { in GetExecutablePath() function67 void *MainAddr = (void*) (intptr_t) GetExecutablePath; in GetExecutablePath()340 void *MainAddr = (void*) (intptr_t) GetExecutablePath; in main()
141 if (GetExecutablePath() == NULL) in Setup()319 GetExecutablePath () in GetExecutablePath() function in SketchTest
101 GetExecutablePath () const in GetExecutablePath() function in StepTest320 if (test.GetExecutablePath() == NULL) in main()
220 GetExecutablePath () const in GetExecutablePath() function in ClangTest409 if (test.GetExecutablePath() == NULL) in main()