Searched refs:getSplitDebugFilename (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 1084 if (!DIUnit->getSplitDebugFilename().empty()) { in finishUnitAttributes() 1089 NewCU.addString(Die, attrDWOName, DIUnit->getSplitDebugFilename()); in finishUnitAttributes()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1441 isOptimized(), getFlags(), getRuntimeVersion(), getSplitDebugFilename(), in cloneImpl() 1501 StringRef getSplitDebugFilename() const { return getStringOperand(3); } in getSplitDebugFilename() function
|
| /openbsd-src/gnu/llvm/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 627 CU->getSplitDebugFilename(), DICompileUnit::LineTablesOnly, EnumTypes, in getReplacementCU()
|
| H A D | AsmWriter.cpp | 2116 Printer.printString("splitDebugFilename", N->getSplitDebugFilename()); in writeDICompileUnit()
|