HomeSort by: relevance | last modified time | path
    Searched refs:Form (Results 1 - 25 of 546) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 46 ID.AddInteger(unsigned(Form));
47 if (Form == dwarf::DW_FORM_implicit_const)
83 // Emit form type.
85 // Could be an assertion, but this way we can see the failing form code
89 LLVM_DEBUG(dbgs() << "Invalid form " << format("0x%x", AttrData.getForm())
92 llvm_unreachable("Invalid form for specified DWARF version");
332 getDIE##T().emitValue(AP, Form); \
344 return getDIE##T().SizeOf(AP, Form);
375 void DIEInteger::emitValue(const AsmPrinter *Asm, dwarf::Form Form) const
    [all...]
DwarfUnit.h 82 dwarf::Form Form, T &&Value) {
85 // Attribute 0 is used when emitting form-encoded values in blocks, which
93 DIEValue(Attribute, Form, std::forward<T>(Value)));
148 Optional<dwarf::Form> Form, uint64_t Integer);
150 void addUInt(DIEValueList &Block, dwarf::Form Form, uint64_t Integer);
154 Optional<dwarf::Form> Form, int64_t Integer)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
DIE.h 53 /// Dwarf form code.
54 dwarf::Form Form;
60 DIEAbbrevData(dwarf::Attribute A, dwarf::Form F)
61 : Attribute(A), Form(F) {}
63 : Attribute(A), Form(dwarf::DW_FORM_implicit_const), Value(V) {}
68 dwarf::Form getForm() const { return Form; }
109 void AddAttribute(dwarf::Attribute Attribute, dwarf::Form Form) {
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
DWARFFormValue.h 57 dwarf::Form Form; /// Form for this value.
60 ValueType Value; /// Contains all data for the form.
64 DWARFFormValue(dwarf::Form F, ValueType V) : Form(F), Value(V) {}
67 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {}
69 static DWARFFormValue createFromSValue(dwarf::Form F, int64_t V)
    [all...]
DWARFAbbreviationDeclaration.h 30 AttributeSpec(dwarf::Attribute A, dwarf::Form F, int64_t Value)
31 : Attr(A), Form(F), Value(Value) {
34 AttributeSpec(dwarf::Attribute A, dwarf::Form F, Optional<uint8_t> ByteSize)
35 : Attr(A), Form(F) {
43 dwarf::Form Form;
48 /// Form == DW_FORM_implicit_const.
50 /// * Form != DW_FORM_implicit_const and HasByteSize is true:
51 /// ByteSize contains the fixed size in bytes for the Form in this
53 /// * Form != DW_FORM_implicit_const and HasByteSize is false
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/
DWARFFormValue.cpp 80 DWARFFormValue DWARFFormValue::createFromSValue(dwarf::Form F, int64_t V) {
84 DWARFFormValue DWARFFormValue::createFromUValue(dwarf::Form F, uint64_t V) {
88 DWARFFormValue DWARFFormValue::createFromPValue(dwarf::Form F, const char *V) {
92 DWARFFormValue DWARFFormValue::createFromBlockValue(dwarf::Form F,
100 DWARFFormValue DWARFFormValue::createFromUnit(dwarf::Form F, const DWARFUnit *U,
108 bool DWARFFormValue::skipValue(dwarf::Form Form, DataExtractor DebugInfoData,
113 switch (Form) {
173 dwarf::getFixedFormByteSize(Form, Params)) {
202 Form = static_cast<dwarf::Form>(DebugInfoData.getULEB128(OffsetPtr))
    [all...]
DWARFAbbreviationDeclaration.cpp 64 auto F = static_cast<Form>(Data.getULEB128(OffsetPtr));
97 // The form has a byte size that doesn't depend on Params.
114 // since both attribute and form are zero.
117 // Attribute and form pairs must either both be non-zero, in which case
133 OS << formatv("\t{0}\t{1}", Spec.Attr, Spec.Form);
169 DWARFFormValue::skipValue(AttributeSpecs[CurAttrIdx].Form, DebugInfoData,
175 return DWARFFormValue::createFromSValue(Spec.Form,
178 DWARFFormValue FormValue(Spec.Form);
204 auto FixedByteSize = dwarf::getFixedFormByteSize(Form, U.getFormParams());
  /src/external/mpl/bind/dist/bin/tests/system/checkconf/
bad-catz-zone.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-duplicate-remote-servers-synonyms.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-duration.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-empty-include.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-interface-interval.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-ipv4-prefix-dotted2.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-lifetime.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-lmdb-mapsize-bogus.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-lmdb-mapsize-toolarge.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-lmdb-mapsize-toosmall.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-lmdb-mapsize-unlimited.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-maxncachettl-2.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-maxncachettl-4.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-mirror-explicit-notify-yes.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-mirror-non-root-zone-without-masters.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-mirror-recursion-no.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-mirror-zonename.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public
bad-no-trusted-key.conf 6 * This Source Code Form is subject to the terms of the Mozilla Public

Completed in 37 milliseconds

1 2 3 4 5 6 7 8 91011>>