/aosp_15_r20/external/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.cpp | 1088 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 D | DwarfUnit.cpp | 1124 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 D | DwarfUnit.cpp | 1138 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 D | DebugInfoMetadata.h | 1676 getConfigurationMacros(), getIncludePath(), 1695 StringRef getIncludePath() const { return getStringOperand(3); }
|
/aosp_15_r20/external/clang/lib/Driver/ |
H A D | ToolChains.h | 201 StringRef getIncludePath() const { return IncludePath; } in getIncludePath() function
|
H A D | ToolChains.cpp | 4651 addSystemInclude(DriverArgs, CC1Args, CudaInstallation.getIncludePath()); in AddCudaIncludeArgs()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 2102 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 D | DebugInfoMetadata.h | 2389 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/ |
D | DebugInfoMetadata.h | 2436 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/ |
D | DebugInfoMetadata.h | 2493 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/ |
D | DebugInfoMetadata.h | 2436 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/ |
D | DebugInfoMetadata.h | 2432 getConfigurationMacros(), getIncludePath(), in cloneImpl() 2457 StringRef getIncludePath() const { return getStringOperand(4); } in getIncludePath() function
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 1802 Printer.printString("includePath", N->getIncludePath()); in writeDIModule()
|
/aosp_15_r20/external/llvm/unittests/IR/ |
H A D | MetadataTest.cpp | 1682 EXPECT_EQ(Includes, N->getIncludePath()); in TEST_F()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 2059 Printer.printString("includePath", N->getIncludePath()); in writeDIModule()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | AsmWriter.cpp | 2235 Printer.printString("includePath", N->getIncludePath()); in writeDIModule()
|