Home
last modified time | relevance | path

Searched refs:getSplitDebugFilename (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfDebug.cpp864 if (!DIUnit->getSplitDebugFilename().empty()) { in finishUnitAttributes()
869 NewCU.addString(Die, attrDWOName, DIUnit->getSplitDebugFilename()); in finishUnitAttributes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDebugInfo.cpp488 CU->getSplitDebugFilename(), DICompileUnit::LineTablesOnly, EnumTypes, in getReplacementCU()
DAsmWriter.cpp1935 Printer.printString("splitDebugFilename", N->getSplitDebugFilename()); in writeDICompileUnit()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDebugInfoMetadata.h1199 isOptimized(), getFlags(), getRuntimeVersion(), getSplitDebugFilename(), in cloneImpl()
1259 StringRef getSplitDebugFilename() const { in getSplitDebugFilename() function