LLVM  8.0.1
Functions
DWARFVerifier.cpp File Reference
#include "llvm/DebugInfo/DWARF/DWARFVerifier.h"
#include "llvm/ADT/SmallSet.h"
#include "llvm/DebugInfo/DWARF/DWARFCompileUnit.h"
#include "llvm/DebugInfo/DWARF/DWARFContext.h"
#include "llvm/DebugInfo/DWARF/DWARFDebugLine.h"
#include "llvm/DebugInfo/DWARF/DWARFDie.h"
#include "llvm/DebugInfo/DWARF/DWARFExpression.h"
#include "llvm/DebugInfo/DWARF/DWARFFormValue.h"
#include "llvm/DebugInfo/DWARF/DWARFSection.h"
#include "llvm/Support/DJB.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/Support/WithColor.h"
#include "llvm/Support/raw_ostream.h"
#include <map>
#include <set>
#include <vector>
Include dependency graph for DWARFVerifier.cpp:

Go to the source code of this file.

Functions

static SmallVector< StringRef, 2 > getNames (const DWARFDie &DIE, bool IncludeLinkageName=true)
 
static bool isVariableIndexable (const DWARFDie &Die, DWARFContext &DCtx)
 

Function Documentation

◆ getNames()

static SmallVector<StringRef, 2> getNames ( const DWARFDie DIE,
bool  IncludeLinkageName = true 
)
static

◆ isVariableIndexable()

static bool isVariableIndexable ( const DWARFDie Die,
DWARFContext DCtx 
)
static