Searched refs:getIncludePath (Results 1 – 14 of 14) sorted by relevance
/llvm-project/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 | 28 getIncludePath(*SM, info->getDefinitionLoc(), Collector); in CreateMacroSymbol()
|
H A D | FindAllSymbols.cpp | 108 std::string FilePath = getIncludePath(SM, Loc, Collector); in CreateSymbolInfo()
|
/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | ROCm.h | 209 StringRef getIncludePath() const { return IncludePath; } in getIncludePath() function
|
H A D | Cuda.h | 70 StringRef getIncludePath() const { return IncludePath; } in getIncludePath() function
|
H A D | AMDGPU.cpp | 555 StringRef Inc = getIncludePath(); in AddHIPIncludeArgs() 589 PrimPath = DriverArgs.MakeArgString(getIncludePath() + "/rocprim"); in AddHIPIncludeArgs() 609 CC1Args.push_back(DriverArgs.MakeArgString(getIncludePath())); in AddHIPIncludeArgs()
|
H A D | Cuda.cpp | 1047 DriverArgs.MakeArgString(CudaInstallation.getIncludePath())});
|
/llvm-project/llvm/utils/TableGen/ |
H A D | DAGISelMatcherEmitter.cpp | 271 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 D | DebugTranslation.cpp | 353 getMDStringOrNull(attr.getIncludePath()), in translateImpl()
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 1196 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 D | DebugInfoMetadata.h | 2538 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 D | AsmWriter.cpp | 2420 Printer.printString("includePath", N->getIncludePath()); in writeDIGlobalVariable()
|
/llvm-project/llvm/unittests/IR/ |
H A D | MetadataTest.cpp | 2834 EXPECT_EQ(Includes, N->getIncludePath()); in TEST_F()
|