Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp1063 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 DDebugInfoMetadata.h1511 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 DDebugInfo.cpp725 CU->getSplitDebugFilename(), DICompileUnit::LineTablesOnly, EnumTypes, in getReplacementCU()
H A DAsmWriter.cpp2261 Printer.printString("splitDebugFilename", N->getSplitDebugFilename()); in writeDICompileUnit()