Home
last modified time | relevance | path

Searched defs:Form (Results 1 – 25 of 56) sorted by relevance

123

/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h51 uint16_t Form; // Form for this value. variable
55 DWARFFormValue(uint16_t Form = 0) : Form(Form) {} in Form() argument
DDWARFAbbreviationDeclaration.h25 uint16_t Form; member
DDWARFAcceleratorTable.h33 typedef uint16_t Form; typedef
/external/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp36 bool isFormClass(uint16_t Form, DWARFFormValue::FormClass FC) { in isFormClass()
55 DWARFFormValue createDataXFormValue(uint16_t Form, RawTypeT Value) { in createDataXFormValue()
/external/perfetto/ui/src/frontend/widgets/
Dform.ts25 export class Form implements m.ClassComponent<FormAttrs> { class
/external/llvm/include/llvm/CodeGen/
DDIE.h41 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/
DDWARFAbbreviationDeclaration.cpp47 uint16_t Form = Data.getULEB128(OffsetPtr); in extract() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFVisitor.cpp62 dwarf::Form Form = AbbrForm->Form; in traverseDebugInfo() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp373 InstrForm Form) { in prepareBaseForDispFormChain()
489 InstrForm Form) { in rewriteLoadStores()
699 InstrForm Form) { in dispFormPrep()
727 InstrForm Form) { in alreadyPrepared()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h57 dwarf::Form Form; /// Form for this value. variable
65 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {} in Form() function
DDWARFAbbreviationDeclaration.h43 dwarf::Form Form; member
DDWARFAcceleratorTable.h97 using Form = dwarf::Form; member
255 dwarf::Form Form; member
/external/cronet/third_party/icu/source/i18n/
Dstandardplural.h31 enum Form { enum
/external/icu/libicu/cts_headers/
Dstandardplural.h31 enum Form { enum
/external/icu/icu4c/source/i18n/
Dstandardplural.h31 enum Form { enum
/external/llvm/utils/TableGen/
DX86RecognizableInstr.h47 uint8_t Form; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIE.h54 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()
DAccelTable.h229 const uint16_t Form; member
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp194 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()
DDwarfCompileUnit.cpp798 dwarf::Form Form = DD->getDwarfVersion() >= 4 ? dwarf::DW_FORM_sec_offset in addLocationList() local
815 void DwarfCompileUnit::addExpr(DIELoc &Die, dwarf::Form Form, in addExpr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp233 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/pdfium/xfa/fwl/
Dcfwl_widget.h55 Form, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DDwarf.cpp116 unsigned llvm::dwarf::FormVersion(dwarf::Form Form) { in FormVersion()
127 unsigned llvm::dwarf::FormVendor(dwarf::Form Form) { in FormVendor()
660 Optional<uint8_t> llvm::dwarf::getFixedFormByteSize(dwarf::Form Form, in getFixedFormByteSize()
/external/pdfium/fxjs/xfa/
Dcjx_object.h61 Form, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp108 bool DWARFFormValue::skipValue(dwarf::Form Form, DataExtractor DebugInfoData, in skipValue()

123