Home
last modified time | relevance | path

Searched defs:DebugLocWriter (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h476 enum class LocWriterKind { DebugLocWriter, DebugLoclistWriter }; enumerator
482 DebugLocWriter(uint8_t DwarfVersion, LocWriterKind Kind) in DebugLocWriter() function
488 DebugLocWriter() { init(); }; in DebugLocWriter() function
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp267 DebugLocWriter *DebugLocWriter = nullptr; in updateDebugInfo() local
358 DebugAbbrevWriter &AbbrevWriter, DebugLocWriter &DebugLocWriter, in updateUnitDebugInfo() argument