Searched refs:getIncludePath (Results 1 – 8 of 8) sorted by relevance
166 StringRef getIncludePath() const { return IncludePath; } in getIncludePath() function
71 StringRef getIncludePath() const { return IncludePath; } in getIncludePath() function
509 CC1Args.push_back(DriverArgs.MakeArgString(getIncludePath())); in AddHIPIncludeArgs()
323 CC1Args.push_back(DriverArgs.MakeArgString(getIncludePath())); in AddCudaIncludeArgs()
222 static std::string getIncludePath(const Record *R) { in getIncludePath() function766 std::string include_src = getIncludePath(PatRecord); in EmitMatcher()843 std::string include_src = getIncludePath(PatRecord); in EmitMatcher()
1082 if (!M->getIncludePath().empty()) in getOrCreateModule()1083 addString(MDie, dwarf::DW_AT_LLVM_include_path, M->getIncludePath()); in getOrCreateModule()
2327 getConfigurationMacros(), getIncludePath(), in cloneImpl()2352 StringRef getIncludePath() const { return getStringOperand(4); } in getIncludePath() function
2257 Printer.printString("includePath", N->getIncludePath()); in writeDIModule()