Searched refs:getIncludePath (Results 1 – 13 of 13) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
| H A D | PathConfig.h | 30 std::string getIncludePath(const SourceManager &SM, SourceLocation Loc,
|
| H A D | PathConfig.cpp | 17 std::string getIncludePath(const SourceManager &SM, SourceLocation Loc, in getIncludePath() function
|
| H A D | FindAllMacros.cpp | 27 getIncludePath(*SM, info->getDefinitionLoc(), Collector); in CreateMacroSymbol()
|
| H A D | FindAllSymbols.cpp | 108 std::string FilePath = getIncludePath(SM, Loc, Collector); in CreateSymbolInfo()
|
| /llvm-project-15.0.7/clang/lib/Driver/ToolChains/ |
| H A D | ROCm.h | 195 StringRef getIncludePath() const { return IncludePath; } in getIncludePath() function
|
| H A D | Cuda.h | 72 StringRef getIncludePath() const { return IncludePath; } in getIncludePath() function
|
| H A D | Cuda.cpp | 892 DriverArgs.MakeArgString(CudaInstallation.getIncludePath())}); in AddClangSystemIncludeArgs()
|
| H A D | AMDGPU.cpp | 521 CC1Args.push_back(DriverArgs.MakeArgString(getIncludePath())); in AddHIPIncludeArgs()
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | DAGISelMatcherEmitter.cpp | 219 static std::string getIncludePath(const Record *R) { in getIncludePath() function 762 std::string include_src = getIncludePath(PatRecord); in EmitMatcher() 839 std::string include_src = getIncludePath(PatRecord); in EmitMatcher()
|
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfUnit.cpp | 1137 if (!M->getIncludePath().empty()) in getOrCreateModule() 1138 addString(MDie, dwarf::DW_AT_LLVM_include_path, M->getIncludePath()); in getOrCreateModule()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 2336 getConfigurationMacros(), getIncludePath(), in cloneImpl() 2361 StringRef getIncludePath() const { return getStringOperand(4); } in getIncludePath() function
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | AsmWriter.cpp | 2210 Printer.printString("includePath", N->getIncludePath()); in writeDIModule()
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | MetadataTest.cpp | 2567 EXPECT_EQ(Includes, N->getIncludePath()); in TEST_F()
|