Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1088 if (!M->getIncludePath().empty()) in getOrCreateModule()
1089 addString(MDie, dwarf::DW_AT_LLVM_include_path, M->getIncludePath()); in getOrCreateModule()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1124 if (!M->getIncludePath().empty()) in getOrCreateModule()
1125 addString(MDie, dwarf::DW_AT_LLVM_include_path, M->getIncludePath()); in getOrCreateModule()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.cpp1138 if (!M->getIncludePath().empty()) in getOrCreateModule()
1139 addString(MDie, dwarf::DW_AT_LLVM_include_path, M->getIncludePath()); in getOrCreateModule()
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h1676 getConfigurationMacros(), getIncludePath(),
1695 StringRef getIncludePath() const { return getStringOperand(3); }
/aosp_15_r20/external/clang/lib/Driver/
H A DToolChains.h201 StringRef getIncludePath() const { return IncludePath; } in getIncludePath() function
H A DToolChains.cpp4651 addSystemInclude(DriverArgs, CC1Args, CudaInstallation.getIncludePath()); in AddCudaIncludeArgs()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2102 getConfigurationMacros(), getIncludePath(), in cloneImpl()
2121 StringRef getIncludePath() const { return getStringOperand(3); } in getIncludePath() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DDebugInfoMetadata.h2389 getConfigurationMacros(), getIncludePath(), in cloneImpl()
2414 StringRef getIncludePath() const { return getStringOperand(4); } in getIncludePath() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DDebugInfoMetadata.h2436 getConfigurationMacros(), getIncludePath(), in cloneImpl()
2461 StringRef getIncludePath() const { return getStringOperand(4); } in getIncludePath() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DDebugInfoMetadata.h2493 getConfigurationMacros(), getIncludePath(), in cloneImpl()
2518 StringRef getIncludePath() const { return getStringOperand(4); } in getIncludePath() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/
DDebugInfoMetadata.h2436 getConfigurationMacros(), getIncludePath(), in cloneImpl()
2461 StringRef getIncludePath() const { return getStringOperand(4); } in getIncludePath() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DDebugInfoMetadata.h2432 getConfigurationMacros(), getIncludePath(), in cloneImpl()
2457 StringRef getIncludePath() const { return getStringOperand(4); } in getIncludePath() function
/aosp_15_r20/external/llvm/lib/IR/
H A DAsmWriter.cpp1802 Printer.printString("includePath", N->getIncludePath()); in writeDIModule()
/aosp_15_r20/external/llvm/unittests/IR/
H A DMetadataTest.cpp1682 EXPECT_EQ(Includes, N->getIncludePath()); in TEST_F()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DAsmWriter.cpp2059 Printer.printString("includePath", N->getIncludePath()); in writeDIModule()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/
H A DAsmWriter.cpp2235 Printer.printString("includePath", N->getIncludePath()); in writeDIModule()