Searched refs:GetDebugLine (Results 1 – 2 of 2) sorted by relevance
51 builder_->GetDebugLine()->Start(); in Start()63 compilation_unit.debug_line_offset = builder_->GetDebugLine()->GetPosition(); in WriteCompilationUnit()271 size_t offset = builder_->GetDebugLine()->GetPosition(); in WriteCompilationUnit()273 builder_->GetDebugLine()->WriteFully(buffer.data(), buffer.size()); in WriteCompilationUnit()278 builder_->GetDebugLine()->End(); in End()
577 Section* GetDebugLine() { return &debug_line_; } in GetDebugLine() function