/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
D | PathConfig.h | 30 std::string getIncludePath(const SourceManager &SM, SourceLocation Loc,
|
D | PathConfig.cpp | 17 std::string getIncludePath(const SourceManager &SM, SourceLocation Loc, in getIncludePath() function
|
D | FindAllMacros.cpp | 27 getIncludePath(*SM, info->getDefinitionLoc(), Collector); in CreateMacroSymbol()
|
D | FindAllSymbols.cpp | 108 std::string FilePath = getIncludePath(SM, Loc, Collector); in CreateSymbolInfo()
|
/external/llvm-project/clang/lib/Driver/ToolChains/ |
D | ROCm.h | 141 StringRef getIncludePath() const { return IncludePath; } in getIncludePath() function
|
D | Cuda.h | 71 StringRef getIncludePath() const { return IncludePath; } in getIncludePath() function
|
D | AMDGPU.cpp | 341 CC1Args.push_back(DriverArgs.MakeArgString(getIncludePath())); in AddHIPIncludeArgs()
|
D | Cuda.cpp | 321 CC1Args.push_back(DriverArgs.MakeArgString(getIncludePath())); in AddCudaIncludeArgs()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | DAGISelMatcherEmitter.cpp | 210 static std::string getIncludePath(const Record *R) { in getIncludePath() function 754 std::string include_src = getIncludePath(PatRecord); in EmitMatcher() 831 std::string include_src = getIncludePath(PatRecord); in EmitMatcher()
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 1088 if (!M->getIncludePath().empty()) in getOrCreateModule() 1089 addString(MDie, dwarf::DW_AT_LLVM_include_path, M->getIncludePath()); in getOrCreateModule()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 1124 if (!M->getIncludePath().empty()) in getOrCreateModule() 1125 addString(MDie, dwarf::DW_AT_LLVM_include_path, M->getIncludePath()); in getOrCreateModule()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 1061 if (!M->getIncludePath().empty()) in getOrCreateModule() 1062 addString(MDie, dwarf::DW_AT_LLVM_include_path, M->getIncludePath()); in getOrCreateModule()
|
/external/clang/lib/Driver/ |
D | ToolChains.h | 201 StringRef getIncludePath() const { return IncludePath; } in getIncludePath() function
|
D | ToolChains.cpp | 4651 addSystemInclude(DriverArgs, CC1Args, CudaInstallation.getIncludePath()); in AddCudaIncludeArgs()
|
/external/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1676 getConfigurationMacros(), getIncludePath(), 1695 StringRef getIncludePath() const { return getStringOperand(3); }
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 2102 getConfigurationMacros(), getIncludePath(), in cloneImpl() 2121 StringRef getIncludePath() const { return getStringOperand(3); } in getIncludePath() function
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 2326 getConfigurationMacros(), getIncludePath(), in cloneImpl() 2349 StringRef getIncludePath() const { return getStringOperand(4); } in getIncludePath() function
|
/external/llvm/lib/IR/ |
D | AsmWriter.cpp | 1802 Printer.printString("includePath", N->getIncludePath()); in writeDIModule()
|
/external/llvm/unittests/IR/ |
D | MetadataTest.cpp | 1682 EXPECT_EQ(Includes, N->getIncludePath()); in TEST_F()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 2059 Printer.printString("includePath", N->getIncludePath()); in writeDIModule()
|
/external/llvm-project/llvm/lib/IR/ |
D | AsmWriter.cpp | 2244 Printer.printString("includePath", N->getIncludePath()); in writeDIModule()
|
/external/llvm-project/llvm/unittests/IR/ |
D | MetadataTest.cpp | 2471 EXPECT_EQ(Includes, N->getIncludePath()); in TEST_F()
|