Searched refs:getSplitDebugFilename (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DwarfDebug.cpp | 1058 if (!DIUnit->getSplitDebugFilename().empty()) { in finishUnitAttributes() 1063 NewCU.addString(Die, attrDWOName, DIUnit->getSplitDebugFilename()); in finishUnitAttributes()
|
| /llvm-project-15.0.7/llvm/lib/IR/ |
| H A D | DebugInfo.cpp | 608 CU->getSplitDebugFilename(), DICompileUnit::LineTablesOnly, EnumTypes, in getReplacementCU()
|
| H A D | AsmWriter.cpp | 2091 Printer.printString("splitDebugFilename", N->getSplitDebugFilename()); in writeDICompileUnit()
|
| /llvm-project-15.0.7/llvm/include/llvm/IR/ |
| H A D | DebugInfoMetadata.h | 1400 isOptimized(), getFlags(), getRuntimeVersion(), getSplitDebugFilename(), in cloneImpl() 1460 StringRef getSplitDebugFilename() const { return getStringOperand(3); } in getSplitDebugFilename() function
|
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | MetadataTest.cpp | 2192 EXPECT_EQ(SplitDebugFilename, N->getSplitDebugFilename()); in TEST_F() 2211 EXPECT_EQ(SplitDebugFilename, Temp->getSplitDebugFilename()); in TEST_F()
|