| /freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DIE.cpp | 377 switch (Form) { in EmitValue() 440 switch (Form) { in SizeOf() 467 void DIEExpr::EmitValue(const AsmPrinter *AP, dwarf::Form Form) const { in EmitValue() 541 switch (Form) { in EmitValue() 565 switch (Form) { in SizeOf() 617 switch (Form) { in EmitValue() 647 switch (Form) { in SizeOf() 697 switch (Form) { in EmitValue() 714 switch (Form) { in SizeOf() 748 switch (Form) { in EmitValue() [all …]
|
| H A D | DwarfUnit.h | 136 Optional<dwarf::Form> Form, uint64_t Integer); 138 void addUInt(DIEValueList &Block, dwarf::Form Form, uint64_t Integer); 142 Optional<dwarf::Form> Form, int64_t Integer); 144 void addSInt(DIELoc &Die, Optional<dwarf::Form> Form, int64_t Integer); 157 dwarf::Form Form, 160 void addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label);
|
| H A D | AccelTable.cpp | 215 dwarf::Form Form; member 305 Asm->OutStreamer->AddComment(dwarf::FormEncodingString(A.Form)); in emit() 306 Asm->emitInt16(A.Form); in emit() 419 dwarf::Form Form = DIEInteger::BestForm(/*IsSigned*/ false, LargestCUIndex); in getUniformAttributes() local 420 UA.push_back({dwarf::DW_IDX_compile_unit, Form}); in getUniformAttributes() 467 Asm->EmitULEB128(AttrEnc.Form, in emitAbbrevs() 468 dwarf::FormEncodingString(AttrEnc.Form).data()); in emitAbbrevs() 489 ID.EmitValue(Asm, AttrEnc.Form); in emitEntry() 493 assert(AttrEnc.Form == dwarf::DW_FORM_ref4); in emitEntry() 655 << "Form: " << dwarf::FormEncodingString(Form) << "\n"; in print()
|
| H A D | DwarfUnit.cpp | 210 Optional<dwarf::Form> Form, uint64_t Integer) { in addUInt() argument 211 if (!Form) in addUInt() 212 Form = DIEInteger::BestForm(false, Integer); in addUInt() 218 void DwarfUnit::addUInt(DIEValueList &Block, dwarf::Form Form, in addUInt() argument 224 Optional<dwarf::Form> Form, int64_t Integer) { in addSInt() argument 225 if (!Form) in addSInt() 226 Form = DIEInteger::BestForm(true, Integer); in addSInt() 230 void DwarfUnit::addSInt(DIELoc &Die, Optional<dwarf::Form> Form, in addSInt() argument 246 dwarf::Form IxForm = in addString() 271 dwarf::Form Form, in addLabel() argument [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/CodeGen/ |
| H A D | DIE.h | 54 dwarf::Form Form; variable 68 dwarf::Form getForm() const { return Form; } in getForm() 193 void EmitValue(const AsmPrinter *Asm, dwarf::Form Form) const; 210 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 227 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 243 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 262 void EmitValue(const AsmPrinter *AP, dwarf::Form Form) const; 345 dwarf::Form Form = (dwarf::Form)0; variable 428 Form = X.Form; 452 dwarf::Form getForm() const { return Form; } in getForm() [all …]
|
| H A D | AccelTable.h | 232 const uint16_t Form; member 234 constexpr Atom(uint16_t Type, uint16_t Form) : Type(Type), Form(Form) {} in Atom()
|
| /freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFFormValue.cpp | 86 switch (Form) { in skipValue() 185 switch (Form) { in isFormClass() 200 return (Form == DW_FORM_data4 || Form == DW_FORM_data8 || in isFormClass() 201 Form == DW_FORM_strp || Form == DW_FORM_line_strp) && in isFormClass() 290 Form = static_cast<dwarf::Form>(Data.getULEB128(OffsetPtr)); in extractValue() 363 switch (Form) { in dump() 567 if (Form == DW_FORM_GNU_str_index || Form == DW_FORM_strx || in getAsCString() 568 Form == DW_FORM_strx1 || Form == DW_FORM_strx2 || Form == DW_FORM_strx3 || in getAsCString() 597 if (Form == DW_FORM_GNU_addr_index || Form == DW_FORM_addrx) { in getAsSectionedAddress() 612 switch (Form) { in getAsReference() [all …]
|
| H A D | DWARFAbbreviationDeclaration.cpp | 65 auto F = static_cast<Form>(Data.getULEB128(OffsetPtr)); in extract() 134 OS << formatv("\t{0}\t{1}", Spec.Attr, Spec.Form); in dump() 167 DWARFFormValue FormValue(Spec.Form); in getAttributeValue() 179 DWARFFormValue::skipValue(Spec.Form, DebugInfoData, &Offset, in getAttributeValue() 205 auto FixedByteSize = dwarf::getFixedFormByteSize(Form, U.getFormParams()); in getByteSize()
|
| H A D | DWARFVerifier.cpp | 559 const auto Form = AttrValue.Value.getForm(); in verifyDebugInfoForm() local 560 switch (Form) { in verifyDebugInfoForm() 574 error() << FormEncodingString(Form) << " CU offset " in verifyDebugInfoForm() 627 error() << FormEncodingString(Form) in verifyDebugInfoForm() 639 error() << FormEncodingString(Form) << " uses index " in verifyDebugInfoForm() 648 error() << FormEncodingString(Form) << " uses index " in verifyDebugInfoForm() 1098 StringRef FormName = dwarf::FormEncodingString(AttrEnc.Form); in verifyNameIndexAttribute() 1103 AttrEnc.Form); in verifyNameIndexAttribute() 1108 if (AttrEnc.Form != dwarf::DW_FORM_data8) { in verifyNameIndexAttribute() 1143 if (!DWARFFormValue(AttrEnc.Form).isFormClass(Iter->Class)) { in verifyNameIndexAttribute() [all …]
|
| H A D | DWARFAcceleratorTable.cpp | 75 auto AtomForm = static_cast<dwarf::Form>(AccelSection.getU16(&Offset)); in extract() 91 AppleAcceleratorTable::HeaderData::Form>> 413 W.startLine() << formatv("{0}: {1}\n", Attr.Index, Attr.Form); in dump() 417 return {dwarf::Index(0), dwarf::Form(0)}; in sentinelAttrEnc() 448 uint32_t Form = Section.AccelSection.getULEB128(Offset); in extractAttributeEncoding() local 449 return AttributeEncoding(dwarf::Index(Index), dwarf::Form(Form)); in extractAttributeEncoding() 528 Values.emplace_back(Attr.Form); in Entry()
|
| H A D | DWARFDie.cpp | 269 dwarf::Form Form, unsigned Indent, in dumpAttribute() argument 279 OS << formatv(" [{0}]", Form); in dumpAttribute() 282 DWARFFormValue formValue(Form); in dumpAttribute() 603 if (AttrSpec.Form == DW_FORM_implicit_const) { in dump() 609 dumpAttribute(OS, *this, &offset, AttrSpec.Attr, AttrSpec.Form, in dump()
|
| H A D | DWARFDebugLine.cpp | 39 dwarf::Form Form; member 186 Descriptor.Form = dwarf::Form(DebugLineData.getULEB128(OffsetPtr)); in parseV5EntryFormat() 216 DWARFFormValue Value(Descriptor.Form); in parseV5DirFileTables() 244 DWARFFormValue Value(Descriptor.Form); in parseV5DirFileTables()
|
| /freebsd-12.1/contrib/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFFormValue.h | 55 dwarf::Form Form; /// Form for this value. variable 60 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {} in Form() function 62 dwarf::Form getForm() const { return Form; } in getForm() 64 void setForm(dwarf::Form F) { Form = F; } in setForm() 124 return DWARFFormValue::skipValue(Form, DebugInfoData, OffsetPtr, Params); in skipValue() 137 static bool skipValue(dwarf::Form Form, DataExtractor DebugInfoData,
|
| H A D | DWARFAbbreviationDeclaration.h | 31 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value) in AttributeSpec() 32 : Attr(A), Form(F), Value(Value) { in AttributeSpec() 35 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize) in AttributeSpec() 36 : Attr(A), Form(F) { in AttributeSpec() 44 dwarf::Form Form; member 71 return Form == dwarf::DW_FORM_implicit_const; in isImplicitConst() 101 dwarf::Form getFormByIndex(uint32_t idx) const { in getFormByIndex() 103 return AttributeSpecs[idx].Form; in getFormByIndex()
|
| H A D | DWARFAcceleratorTable.h | 98 using Form = dwarf::Form; member 101 SmallVector<std::pair<AtomType, Form>, 3> Atoms; 186 ArrayRef<std::pair<HeaderData::AtomType, HeaderData::Form>> getAtomsDesc(); 256 dwarf::Form Form; member 258 constexpr AttributeEncoding(dwarf::Index Index, dwarf::Form Form) in AttributeEncoding() 259 : Index(Index), Form(Form) {} in AttributeEncoding() 263 return LHS.Index == RHS.Index && LHS.Form == RHS.Form;
|
| H A D | DWARFAttribute.h | 36 dwarf::Form F = dwarf::Form(0)) : Attr(A), Value(F) {} in Attr()
|
| /freebsd-12.1/contrib/llvm/lib/ObjectYAML/ |
| H A D | DWARFVisitor.cpp | 63 dwarf::Form Form = AbbrForm->Form; in traverseDebugInfo() local 67 switch (Form) { in traverseDebugInfo() 147 Form = static_cast<dwarf::Form>((uint64_t)FormVal->Value); in traverseDebugInfo()
|
| /freebsd-12.1/contrib/llvm/lib/BinaryFormat/ |
| H A D | Dwarf.cpp | 117 unsigned llvm::dwarf::FormVersion(dwarf::Form Form) { in FormVersion() argument 118 switch (Form) { in FormVersion() 128 unsigned llvm::dwarf::FormVendor(dwarf::Form Form) { in FormVendor() argument 129 switch (Form) { in FormVendor() 626 Optional<uint8_t> llvm::dwarf::getFixedFormByteSize(dwarf::Form Form, in getFixedFormByteSize() argument 628 switch (Form) { in getFixedFormByteSize() 713 bool llvm::dwarf::isValidFormForVersion(Form F, unsigned Version, in isValidFormForVersion() 723 constexpr char llvm::dwarf::EnumTraits<Form>::Type[];
|
| /freebsd-12.1/contrib/llvm/include/llvm/BinaryFormat/ |
| H A D | Dwarf.h | 122 enum Form : uint16_t { enum 474 unsigned FormVersion(Form F); 488 unsigned FormVendor(Form F); 537 Optional<uint8_t> getFixedFormByteSize(dwarf::Form Form, FormParams Params); 541 bool isValidFormForVersion(Form F, unsigned Version, bool ExtensionsOk = true); 593 template <> struct EnumTraits<Form> : public std::true_type {
|
| /freebsd-12.1/contrib/subversion/subversion/libsvn_subr/utf8proc/ |
| H A D | README.md | 47 * Normalization Form C: `STABLE`, `COMPOSE` 48 * Normalization Form D: `STABLE`, `DECOMPOSE` 49 * Normalization Form KC: `STABLE`, `COMPOSE`, `COMPAT` 50 * Normalization Form KD: `STABLE`, `DECOMPOSE`, `COMPAT`
|
| /freebsd-12.1/contrib/llvm/include/llvm/ObjectYAML/ |
| H A D | DWARFYAML.h | 50 llvm::dwarf::Form Form; member 281 template <> struct ScalarEnumerationTraits<dwarf::Form> { in LLVM_YAML_IS_SEQUENCE_VECTOR() 282 static void enumeration(IO &io, dwarf::Form &value) { in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
| /freebsd-12.1/contrib/llvm/utils/TableGen/ |
| H A D | X86RecognizableInstr.cpp | 80 Form = byteFromRec(Rec, "FormBits"); in RecognizableInstr() 104 (Form == X86Local::MRMDestReg || Form == X86Local::MRMSrcReg); in RecognizableInstr() 123 if (Form == X86Local::Pseudo || (IsCodeGenOnly && !ForceDisassemble)) { in RecognizableInstr() 469 switch (Form) { in emitInstructionSpecifier() 716 switch (Form) { in emitDecodePath() 747 filter = llvm::make_unique<ExtendedFilter>(true, Form - X86Local::MRM0r); in emitDecodePath() 753 filter = llvm::make_unique<ExtendedFilter>(false, Form - X86Local::MRM0m); in emitDecodePath() 756 filter = llvm::make_unique<ExactFilter>(0xC0 + Form - X86Local::MRM_C0); in emitDecodePath() 772 if (Form == X86Local::AddRegFrm) { in emitDecodePath()
|
| /freebsd-12.1/contrib/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrFormats.td | 122 // 1.7.1 I-Form 134 // 1.7.2 B-Form 215 // 1.7.3 SC-Form 228 // 1.7.4 D-Form 384 // 1.7.5 DS-Form 431 // 1.7.6 X-Form 1368 // 1.7.7 XL-Form 1722 // 1.7.12 A-Form 1851 // E-1 VA-Form 1907 // E-2 VX-Form [all …]
|
| /freebsd-12.1/contrib/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelDAGToDAG.cpp | 42 AddrForm Form; member 65 : Form(form), DR(dr), Base(), Disp(0), Index(), in SystemZAddressingMode() 69 bool hasIndexField() { return Form != FormBD; } in hasIndexField() 72 bool isDynAlloc() { return Form == FormBDXDynAlloc; } in isDynAlloc() 580 if (AM.Form == SystemZAddressingMode::FormBDXLA && in selectAddress() 678 SystemZAddressingMode AM(Form, DR); in selectBDXAddr() 1553 SystemZAddressingMode::AddrForm Form; in SelectInlineAsmMemoryOperand() local 1563 Form = SystemZAddressingMode::FormBD; in SelectInlineAsmMemoryOperand() 1568 Form = SystemZAddressingMode::FormBDXNormal; in SelectInlineAsmMemoryOperand() 1573 Form = SystemZAddressingMode::FormBD; in SelectInlineAsmMemoryOperand() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| H A D | DWARFDebugInfoEntry.cpp | 250 dw_form_t form = form_value.Form(); in Extract() 393 if (form_value.Form() == DW_FORM_rnglistx) in GetRangesOffset() 459 if (form_value.Form() == DW_FORM_addr || in GetDIENamesAndRanges() 460 form_value.Form() == DW_FORM_GNU_addr_index) { in GetDIENamesAndRanges() 691 s.Printf("[%s", DW_FORM_value_to_name(form_value.Form())); in DumpAttribute() 698 if (form_value.Form() == DW_FORM_indirect) { in DumpAttribute() 699 s.Printf(" [%s]", DW_FORM_value_to_name(form_value.Form())); in DumpAttribute() 811 const dw_form_t form = form_value.Form(); in GetAttributes() 1034 dw_form_t form = form_value.Form(); in GetAttributeHighPC()
|