Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
HDDwarfDebug.cpp1063 if (!DIUnit->getSplitDebugFilename().empty()) { in finishUnitAttributes()
1068 NewCU.addString(Die, attrDWOName, DIUnit->getSplitDebugFilename()); in finishUnitAttributes()
/freebsd-head/contrib/llvm-project/llvm/include/llvm/IR/
HDDebugInfoMetadata.h1511 isOptimized(), getFlags(), getRuntimeVersion(), getSplitDebugFilename(), in cloneImpl()
1571 StringRef getSplitDebugFilename() const { return getStringOperand(3); } in getSplitDebugFilename() function
/freebsd-head/contrib/llvm-project/llvm/lib/IR/
HDDebugInfo.cpp725 CU->getSplitDebugFilename(), DICompileUnit::LineTablesOnly, EnumTypes, in getReplacementCU()
HDAsmWriter.cpp2261 Printer.printString("splitDebugFilename", N->getSplitDebugFilename()); in writeDICompileUnit()