Searched refs:getSplitDebugFilename (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 1063 if (!DIUnit->getSplitDebugFilename().empty()) { in finishUnitAttributes() 1068 NewCU.addString(Die, attrDWOName, DIUnit->getSplitDebugFilename()); in finishUnitAttributes()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1453 isOptimized(), getFlags(), getRuntimeVersion(), getSplitDebugFilename(), in cloneImpl() 1513 StringRef getSplitDebugFilename() const { return getStringOperand(3); } in getSplitDebugFilename() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 720 CU->getSplitDebugFilename(), DICompileUnit::LineTablesOnly, EnumTypes, in getReplacementCU()
|
| H A D | AsmWriter.cpp | 2174 Printer.printString("splitDebugFilename", N->getSplitDebugFilename()); in writeDICompileUnit()
|