//===- DebugLocStream.cpp - DWARF debug_loc stream --------------*- C++ -*-===// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. // See https://llvm.org/LICENSE.txt for license information. // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception // //===----------------------------------------------------------------------===// #include "DebugLocStream.h" #include "DwarfDebug.h" #include "llvm/CodeGen/AsmPrinter.h" usingnamespacellvm; bool DebugLocStream::finalizeList(AsmPrinter &Asm) { … } void DebugLocStream::finalizeEntry() { … } DebugLocStream::ListBuilder::~ListBuilder() { … }