Searched refs:getIncludePath (Results 1 – 9 of 9) sorted by relevance
/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/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/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()
|