Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DCuda.h70 StringRef getIncludePath() const { return IncludePath; } in getIncludePath() function
H A DCuda.cpp252 CC1Args.push_back(DriverArgs.MakeArgString(getIncludePath())); in AddCudaIncludeArgs()
/freebsd-12.1/contrib/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp203 static std::string getIncludePath(const Record *R) { in getIncludePath() function
689 std::string include_src = getIncludePath(PatRecord); in EmitMatcher()
766 std::string include_src = getIncludePath(PatRecord); in EmitMatcher()
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1075 if (!M->getIncludePath().empty()) in getOrCreateModule()
1076 addString(MDie, dwarf::DW_AT_LLVM_include_path, M->getIncludePath()); in getOrCreateModule()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2139 getConfigurationMacros(), getIncludePath(),
2158 StringRef getIncludePath() const { return getStringOperand(3); }
/freebsd-12.1/contrib/llvm/lib/IR/
H A DAsmWriter.cpp2036 Printer.printString("includePath", N->getIncludePath()); in writeDIModule()