Searched defs:DWARFFormValue (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/DebugInfo/
H A DDWARFFormValue.h1 //===-- DWARFFormValue.h ----------------------------------------*- C++ -*-===//
20 class DWARFFormValue { class in namespace:llvm
48 DWARFFormValue(uint16_t form = 0) : Form(form) {} function in class:llvm::DWARFFormValue

Completed in 62 milliseconds