Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
H A DPathConfig.h30 std::string getIncludePath(const SourceManager &SM, SourceLocation Loc,
H A DPathConfig.cpp17 std::string getIncludePath(const SourceManager &SM, SourceLocation Loc, in getIncludePath() function
H A DFindAllMacros.cpp28 getIncludePath(*SM, info->getDefinitionLoc(), Collector); in CreateMacroSymbol()
H A DFindAllSymbols.cpp108 std::string FilePath = getIncludePath(SM, Loc, Collector); in CreateSymbolInfo()
/llvm-project/clang/lib/Driver/ToolChains/
H A DROCm.h209 StringRef getIncludePath() const { return IncludePath; } in getIncludePath() function
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.cpp1047 DriverArgs.MakeArgString(CudaInstallation.getIncludePath())});
/llvm-project/llvm/utils/TableGen/
H A DDAGISelMatcherEmitter.cpp271 static std::string getIncludePath(const Record *R) { in getIncludePath() function
949 std::string include_src = getIncludePath(PatRecord); in EmitMatcher()
1062 std::string include_src = getIncludePath(PatRecord); in EmitNodePredicatesFunction()
/llvm-project/mlir/lib/Target/LLVMIR/
H A DDebugTranslation.cpp353 getMDStringOrNull(attr.getIncludePath()), in translateImpl()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1196 if (!M->getIncludePath().empty()) in getOrCreateSubprogramDIE()
1197 addString(MDie, dwarf::DW_AT_LLVM_include_path, M->getIncludePath()); in getOrCreateSubprogramDIE()
/llvm-project/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2538 getConfigurationMacros(), getIncludePath(),
2563 StringRef getIncludePath() const { return getStringOperand(4); }
2526 StringRef getIncludePath() const { return getStringOperand(4); } getIncludePath() function
/llvm-project/llvm/lib/IR/
H A DAsmWriter.cpp2420 Printer.printString("includePath", N->getIncludePath()); in writeDIGlobalVariable()
/llvm-project/llvm/unittests/IR/
H A DMetadataTest.cpp2834 EXPECT_EQ(Includes, N->getIncludePath()); in TEST_F()