Searched refs:getIncludePath (Results 1 – 11 of 11) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | DAGISelMatcherEmitter.cpp | 191 static std::string getIncludePath(const Record *R) { in getIncludePath() function 665 std::string include_src = getIncludePath(PatRecord); in EmitMatcher() 742 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-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 1181 if (!M->getIncludePath().empty()) in getOrCreateModule() 1182 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-7.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 2057 getConfigurationMacros(), getIncludePath(), 2076 StringRef getIncludePath() const { return getStringOperand(3); }
|
/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-7.0/llvm/unittests/IR/ |
D | MetadataTest.cpp | 1850 EXPECT_EQ(Includes, N->getIncludePath()); in TEST_F()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AsmWriter.cpp | 1996 Printer.printString("includePath", N->getIncludePath()); in writeDIModule()
|