Lines Matching refs:Form
305 Asm->OutStreamer->AddComment(dwarf::FormEncodingString(A.Form));
306 Asm->emitInt16(A.Form);
409 static std::optional<dwarf::Form>
417 return dwarf::Form::DW_FORM_ref4;
419 return dwarf::Form::DW_FORM_flag_present;
426 ID.AddInteger(Enc.Form);
436 std::optional<dwarf::Form> MaybeParentForm = getFormForIdxParent(
515 Asm->emitULEB128(AttrEnc.Form,
516 dwarf::FormEncodingString(AttrEnc.Form).data());
557 ID.emitValue(Asm, AttrEnc.Form);
561 assert(AttrEnc.Form == dwarf::DW_FORM_ref4);
565 if (AttrEnc.Form == dwarf::Form::DW_FORM_flag_present)
683 dwarf::Form CUIndexForm =
685 dwarf::Form TUIndexForm =
765 << "Form: " << dwarf::FormEncodingString(Form) << "\n";