mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-08 14:06:07 +00:00
15 lines
579 B
C++
15 lines
579 B
C++
![]() |
//===-- llvm/CodeGen/DwarfWriter.cpp - Dwarf Framework ----------*- C++ -*-===//
|
||
|
//
|
||
|
// The LLVM Compiler Infrastructure
|
||
|
//
|
||
|
// This file was developed by James M. Laskey and is distributed under the
|
||
|
// University of Illinois Open Source License. See LICENSE.TXT for details.
|
||
|
//
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
//
|
||
|
// This file contains support for writing dwarf debug info into asm files.
|
||
|
//
|
||
|
//===----------------------------------------------------------------------===//
|
||
|
|
||
|
|
||
|
#include "llvm/CodeGen/DwarfWriter.h"
|