struct DWARFLinker::LinkContext

Declaration

struct DWARFLinker::LinkContext { /* full declaration omitted */ };

Description

Keeps track of data associated with one object during linking.

Declared at: llvm/include/llvm/DWARFLinker/DWARFLinker.h:414

Member Variables

public llvm::DWARFFile& File
public llvm::UnitListTy CompileUnits
public bool Skip = false

Method Overview

Methods

LinkContext(llvm::DWARFFile& File)

Declared at: llvm/include/llvm/DWARFLinker/DWARFLinker.h:419

Parameters

llvm::DWARFFile& File

void clear()

Description

Clear part of the context that's no longer needed when we're done with the debug object.

Declared at: llvm/include/llvm/DWARFLinker/DWARFLinker.h:423