Home | History | Annotate | Download | only in AsmPrinter

Lines Matching defs:form

111   // The HeaderData describes the form of each set of data. In general this
113 // (AtomType type) of data, and an encoding form (form). In the case of
117 // When written to disk this will have the form:
127 uint16_t form; // DWARF DW_FORM_ defines
129 LLVM_CONSTEXPR Atom(uint16_t type, uint16_t form)
130 : type(type), form(form) {}
134 << "Form: " << dwarf::FormEncodingString(form) << "\n";