Searched refs:GetDebugLine (Results 1 – 2 of 2) sorted by relevance
46 builder_->GetDebugLine()->Start(); in Start()58 compilation_unit.debug_line_offset = builder_->GetDebugLine()->GetPosition(); in WriteCompilationUnit()265 builder_->GetDebugLine()->WriteFully(buffer.data(), buffer.size()); in WriteCompilationUnit()270 builder_->GetDebugLine()->End(); in End()
510 Section* GetDebugLine() { return &debug_line_; } in GetDebugLine() function