Searched refs:getSplitDebugFilename (Results 1 – 4 of 4) sorted by relevance
/freebsd/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/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | DebugInfoMetadata.h | 1511 isOptimized(), getFlags(), getRuntimeVersion(), getSplitDebugFilename(), in cloneImpl() 1571 StringRef getSplitDebugFilename() const { return getStringOperand(3); } in getSplitDebugFilename() function
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | DebugInfo.cpp | 725 CU->getSplitDebugFilename(), DICompileUnit::LineTablesOnly, EnumTypes, in getReplacementCU()
|
H A D | AsmWriter.cpp | 2261 Printer.printString("splitDebugFilename", N->getSplitDebugFilename()); in writeDICompileUnit()
|