struct CodeViewDebug::InlineSite

Declaration

struct CodeViewDebug::InlineSite { /* full declaration omitted */ };

Declared at: llvm/lib/CodeGen/AsmPrinter/CodeViewDebug.h:107

Member Variables

public SmallVector<llvm::CodeViewDebug::LocalVariable, 1> InlinedLocals
public SmallVector<const llvm::DILocation*, 1> ChildSites
public const llvm::DISubprogram* Inlinee = nullptr
public unsigned int SiteFuncId = 0
The ID of the inline site or function used with .cv_loc. Not a type index.