Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1124 if (!M->getIncludePath().empty()) in getOrCreateModule()
1125 addString(MDie, dwarf::DW_AT_LLVM_include_path, M->getIncludePath()); in getOrCreateModule()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h2102 getConfigurationMacros(), getIncludePath(), in cloneImpl()
2121 StringRef getIncludePath() const { return getStringOperand(3); } in getIncludePath() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAsmWriter.cpp2059 Printer.printString("includePath", N->getIncludePath()); in writeDIModule()