================
@@ -471,6 +471,11 @@ class DebugStrOffsetsWriter {
return std::move(StrOffsetsBuffer);
}
+ StringRef bufferStr() {
----------------
ayermolo wrote:
Please add description on new apis.
https://github.com/llvm/llvm-project/pull/159540