Searched refs:LocWriterKind (Results 1 – 1 of 1) sorted by relevance
476 enum class LocWriterKind { DebugLocWriter, DebugLoclistWriter }; enum482 DebugLocWriter(uint8_t DwarfVersion, LocWriterKind Kind) in DebugLocWriter()509 LocWriterKind getKind() const { return Kind; } in getKind()512 return Writer->getKind() == LocWriterKind::DebugLocWriter; in classof()524 LocWriterKind Kind{LocWriterKind::DebugLocWriter};545 : DebugLocWriter(DV, LocWriterKind::DebugLoclistWriter), CU(Unit), in DebugLoclistWriter()579 LocWriterKind getKind() const { return DebugLocWriter::getKind(); } in getKind()582 return Writer->getKind() == LocWriterKind::DebugLoclistWriter; in classof()