LLVM API Documentation
#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>
Go to the source code of this file.
Variables | |
| static const DWARFFormValue::FormClass | DWARF4FormClasses [] |
const DWARFFormValue::FormClass DWARF4FormClasses[] [static] |
{
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().