Searched refs:getIncludePath (Results 1 – 8 of 8) sorted by relevance
209 StringRef getIncludePath() const { return IncludePath; } in getIncludePath() function
70 StringRef getIncludePath() const { return IncludePath; } in getIncludePath() function
548 StringRef Inc = getIncludePath(); in AddHIPIncludeArgs()582 PrimPath = DriverArgs.MakeArgString(getIncludePath() + "/rocprim"); in AddHIPIncludeArgs()602 CC1Args.push_back(DriverArgs.MakeArgString(getIncludePath())); in AddHIPIncludeArgs()
1008 DriverArgs.MakeArgString(CudaInstallation.getIncludePath())}); in AddClangSystemIncludeArgs()
272 static std::string getIncludePath(const Record *R) { in getIncludePath() function904 std::string include_src = getIncludePath(PatRecord); in EmitMatcher()1012 std::string include_src = getIncludePath(PatRecord); in EmitMatcher()
1139 if (!M->getIncludePath().empty()) in getOrCreateModule()1140 addString(MDie, dwarf::DW_AT_LLVM_include_path, M->getIncludePath()); in getOrCreateModule()
2436 getConfigurationMacros(), getIncludePath(), in cloneImpl()2461 StringRef getIncludePath() const { return getStringOperand(4); } in getIncludePath() function
2293 Printer.printString("includePath", N->getIncludePath()); in writeDIModule()