Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h476 enum class LocWriterKind { DebugLocWriter, DebugLoclistWriter }; enum
482 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()