Home
last modified time | relevance | path

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

/llvm-project-15.0.7/bolt/include/bolt/Rewrite/
H A DDWARFRewriter.h58 std::unique_ptr<DebugStrWriter> StrWriter;
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DDebugData.h447 class DebugStrWriter {
449 DebugStrWriter() = delete;
450 DebugStrWriter(BinaryContext &BC) : BC(BC) { create(); } in DebugStrWriter() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DDebugData.cpp1103 void DebugStrWriter::create() { in create()
1108 void DebugStrWriter::initialize() { in initialize()
1113 uint32_t DebugStrWriter::addString(StringRef Str) { in addString()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DDWARFRewriter.cpp170 StrWriter = std::make_unique<DebugStrWriter>(BC); in updateDebugInfo()