Home
last modified time | relevance | path

Searched refs:getIncludePath (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DCuda.h70 StringRef getIncludePath() const { return IncludePath; } in getIncludePath() function
H A DAMDGPU.cpp555 StringRef Inc = getIncludePath(); in AddHIPIncludeArgs()
589 PrimPath = DriverArgs.MakeArgString(getIncludePath() + "/rocprim"); in AddHIPIncludeArgs()
609 CC1Args.push_back(DriverArgs.MakeArgString(getIncludePath())); in AddHIPIncludeArgs()
H A DCuda.cpp1008 DriverArgs.MakeArgString(CudaInstallation.getIncludePath())}); in AddClangSystemIncludeArgs()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp271 static std::string getIncludePath(const Record *R) { in getIncludePath() function
900 std::string include_src = getIncludePath(PatRecord); in EmitMatcher()
1009 std::string include_src = getIncludePath(PatRecord); in EmitMatcher()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1172 if (!M->getIncludePath().empty()) in getOrCreateModule()
1173 addString(MDie, dwarf::DW_AT_LLVM_include_path, M->getIncludePath()); in getOrCreateModule()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2501 getConfigurationMacros(), getIncludePath(), in cloneImpl()
2526 StringRef getIncludePath() const { return getStringOperand(4); } in getIncludePath() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2380 Printer.printString("includePath", N->getIncludePath()); in writeDIModule()