Searched refs:GetDebugInfoSize (Results 1 – 4 of 4) sorted by relevance
910 uint32_t orig_size = orig->GetDebugInfoSize(); in VerifyDebugInfo()911 uint32_t output_size = output->GetDebugInfoSize(); in VerifyDebugInfo()
210 stream->Write(debug_info->GetDebugInfo(), debug_info->GetDebugInfoSize()); in WriteDebugInfoItem()
522 stream->Write(debug_info->GetDebugInfo(), debug_info->GetDebugInfoSize()); in WriteDebugInfoItem()
1096 uint32_t GetDebugInfoSize() const { return debug_info_size_; } in GetDebugInfoSize() function