LLVM API Documentation

Variables
DWARFFormValue.cpp File Reference
#include "llvm/DebugInfo/DWARFFormValue.h"
#include "DWARFCompileUnit.h"
#include "DWARFContext.h"
#include "llvm/ADT/ArrayRef.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/Support/Debug.h"
#include "llvm/Support/Dwarf.h"
#include "llvm/Support/Format.h"
#include "llvm/Support/raw_ostream.h"
#include <cassert>
Include dependency graph for DWARFFormValue.cpp:

Go to the source code of this file.

Variables

static const
DWARFFormValue::FormClass 
DWARF4FormClasses []

Variable Documentation

Initial value:
 {
  DWARFFormValue::FC_Unknown,       
  DWARFFormValue::FC_Address,       
  DWARFFormValue::FC_Unknown,       
  DWARFFormValue::FC_Block,         
  DWARFFormValue::FC_Block,         
  DWARFFormValue::FC_Constant,      
  
  DWARFFormValue::FC_Constant,      
  DWARFFormValue::FC_Constant,      
  
  DWARFFormValue::FC_String,        
  DWARFFormValue::FC_Block,         
  DWARFFormValue::FC_Block,         
  DWARFFormValue::FC_Constant,      
  DWARFFormValue::FC_Flag,          
  DWARFFormValue::FC_Constant,      
  DWARFFormValue::FC_String,        
  DWARFFormValue::FC_Constant,      
  DWARFFormValue::FC_Reference,     
  DWARFFormValue::FC_Reference,     
  DWARFFormValue::FC_Reference,     
  DWARFFormValue::FC_Reference,     
  DWARFFormValue::FC_Reference,     
  DWARFFormValue::FC_Reference,     
  DWARFFormValue::FC_Indirect,      
  DWARFFormValue::FC_SectionOffset, 
  DWARFFormValue::FC_Exprloc,       
  DWARFFormValue::FC_Flag,          
}

Definition at line 77 of file DWARFFormValue.cpp.

Referenced by llvm::DWARFFormValue::isFormClass().