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/ |
D | DwarfDebug.cpp | 864 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/ |
D | DebugInfo.cpp | 488 CU->getSplitDebugFilename(), DICompileUnit::LineTablesOnly, EnumTypes, in getReplacementCU()
|
D | AsmWriter.cpp | 1935 Printer.printString("splitDebugFilename", N->getSplitDebugFilename()); in writeDICompileUnit()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | DebugInfoMetadata.h | 1199 isOptimized(), getFlags(), getRuntimeVersion(), getSplitDebugFilename(), in cloneImpl() 1259 StringRef getSplitDebugFilename() const { in getSplitDebugFilename() function
|