/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 51 uint16_t Form; // Form for this value. variable 55 DWARFFormValue(uint16_t Form = 0) : Form(Form) {} in Form() argument
|
D | DWARFAbbreviationDeclaration.h | 25 uint16_t Form; member
|
D | DWARFAcceleratorTable.h | 33 typedef uint16_t Form; typedef
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DwarfGenerator.cpp | 54 void dwarfgen::DIE::addAttribute(uint16_t A, dwarf::Form Form, uint64_t U) { in addAttribute() 60 void dwarfgen::DIE::addAttribute(uint16_t A, dwarf::Form Form, const MCExpr &Expr) { in addAttribute() 66 void dwarfgen::DIE::addAttribute(uint16_t A, dwarf::Form Form, in addAttribute() 98 void dwarfgen::DIE::addAttribute(uint16_t A, dwarf::Form Form, in addAttribute() 105 void dwarfgen::DIE::addAttribute(uint16_t A, dwarf::Form Form, const void *P, in addAttribute() 120 void dwarfgen::DIE::addAttribute(uint16_t A, dwarf::Form Form) { in addAttribute()
|
D | DWARFFormValueTest.cpp | 23 bool isFormClass(dwarf::Form Form, DWARFFormValue::FormClass FC) { in isFormClass() 42 DWARFFormValue createDataXFormValue(dwarf::Form Form, RawTypeT Value) { in createDataXFormValue() 321 DWARFFormValue Form(Fm); in TEST_P() local 360 DWARFFormValue Form(Fm); in TEST_P() local
|
/external/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFFormValueTest.cpp | 36 bool isFormClass(uint16_t Form, DWARFFormValue::FormClass FC) { in isFormClass() 55 DWARFFormValue createDataXFormValue(uint16_t Form, RawTypeT Value) { in createDataXFormValue()
|
/external/llvm/include/llvm/CodeGen/ |
D | DIE.h | 41 dwarf::Form Form; variable 90 void AddAttribute(dwarf::Attribute Attribute, dwarf::Form Form) { in AddAttribute() 237 unsigned SizeOf(const AsmPrinter *AP, dwarf::Form Form) const { in SizeOf() 284 dwarf::Form Form = (dwarf::Form)0; variable 574 dwarf::Form Form, T &&Value) { in addValue()
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFAbbreviationDeclaration.cpp | 47 uint16_t Form = Data.getULEB128(OffsetPtr); in extract() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | DWARFVisitor.cpp | 62 dwarf::Form Form = AbbrForm->Form; in traverseDebugInfo() local
|
/external/icu/icu4c/source/i18n/ |
D | standardplural.h | 31 enum Form { enum
|
/external/icu/libicu/cts_headers/ |
D | standardplural.h | 31 enum Form { enum
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCLoopInstrFormPrep.cpp | 373 InstrForm Form) { in prepareBaseForDispFormChain() 489 InstrForm Form) { in rewriteLoadStores() 699 InstrForm Form) { in dispFormPrep() 727 InstrForm Form) { in alreadyPrepared()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCLoopInstrFormPrep.cpp | 378 InstrForm Form) { in prepareBaseForDispFormChain() 494 InstrForm Form) { in rewriteLoadStores() 708 InstrForm Form) { in dispFormPrep() 736 InstrForm Form) { in alreadyPrepared()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 57 dwarf::Form Form; /// Form for this value. variable 65 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {} in Form() function
|
D | DWARFAbbreviationDeclaration.h | 43 dwarf::Form Form; member
|
/external/llvm/utils/TableGen/ |
D | X86RecognizableInstr.h | 47 uint8_t Form; variable
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFFormValue.h | 57 dwarf::Form Form; /// Form for this value. variable 67 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {} in Form() function
|
D | DWARFAbbreviationDeclaration.h | 43 dwarf::Form Form; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | DIE.h | 54 dwarf::Form Form; variable 109 void AddAttribute(dwarf::Attribute Attribute, dwarf::Form Form) { in AddAttribute() 364 dwarf::Form Form = (dwarf::Form)0; variable 692 dwarf::Form Form, T &&Value) { in addValue()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | DIE.h | 53 dwarf::Form Form; variable 108 void AddAttribute(dwarf::Attribute Attribute, dwarf::Form Form) { in AddAttribute() 364 dwarf::Form Form = (dwarf::Form)0; variable 703 dwarf::Form Form, T &&Value) { in addValue()
|
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFFormValue.h | 47 dw_form_t Form() const { return m_form; } in Form() function
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 194 Optional<dwarf::Form> Form, uint64_t Integer) { in addUInt() 200 void DwarfUnit::addUInt(DIEValueList &Block, dwarf::Form Form, in addUInt() 206 Optional<dwarf::Form> Form, int64_t Integer) { in addSInt() 212 void DwarfUnit::addSInt(DIELoc &Die, Optional<dwarf::Form> Form, in addSInt() 226 dwarf::Form Form, in addLabel() 231 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) { in addLabel()
|
/external/pdfium/xfa/fwl/ |
D | cfwl_widget.h | 40 Form, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 233 Optional<dwarf::Form> Form, uint64_t Integer) { in addUInt() 241 void DwarfUnit::addUInt(DIEValueList &Block, dwarf::Form Form, in addUInt() 247 Optional<dwarf::Form> Form, int64_t Integer) { in addSInt() 253 void DwarfUnit::addSInt(DIELoc &Die, Optional<dwarf::Form> Form, in addSInt() 294 dwarf::Form Form, in addLabel() 299 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) { in addLabel()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 230 Optional<dwarf::Form> Form, uint64_t Integer) { in addUInt() 238 void DwarfUnit::addUInt(DIEValueList &Block, dwarf::Form Form, in addUInt() 244 Optional<dwarf::Form> Form, int64_t Integer) { in addSInt() 250 void DwarfUnit::addSInt(DIELoc &Die, Optional<dwarf::Form> Form, in addSInt() 291 dwarf::Form Form, in addLabel() 296 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) { in addLabel()
|