Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DDAGISelMatcherEmitter.cpp191 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/
DDwarfUnit.cpp1088 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/
DDwarfUnit.cpp1181 if (!M->getIncludePath().empty()) in getOrCreateModule()
1182 addString(MDie, dwarf::DW_AT_LLVM_include_path, M->getIncludePath()); in getOrCreateModule()
/external/clang/lib/Driver/
DToolChains.h201 StringRef getIncludePath() const { return IncludePath; } in getIncludePath() function
DToolChains.cpp4651 addSystemInclude(DriverArgs, CC1Args, CudaInstallation.getIncludePath()); in AddCudaIncludeArgs()
/external/llvm/include/llvm/IR/
DDebugInfoMetadata.h1676 getConfigurationMacros(), getIncludePath(),
1695 StringRef getIncludePath() const { return getStringOperand(3); }
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h2057 getConfigurationMacros(), getIncludePath(),
2076 StringRef getIncludePath() const { return getStringOperand(3); }
/external/llvm/lib/IR/
DAsmWriter.cpp1802 Printer.printString("includePath", N->getIncludePath()); in writeDIModule()
/external/llvm/unittests/IR/
DMetadataTest.cpp1682 EXPECT_EQ(Includes, N->getIncludePath()); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DMetadataTest.cpp1850 EXPECT_EQ(Includes, N->getIncludePath()); in TEST_F()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp1996 Printer.printString("includePath", N->getIncludePath()); in writeDIModule()