Home
last modified time | relevance | path

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

12345

/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/rust/crates/axum/src/
Dform.rs64 pub struct Form<T>(pub T); struct
67 impl<T, S, B> FromRequest<S, B> for Form<T> implementation
101 impl<T> IntoResponse for Form<T> implementation
/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/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/perfetto/ui/src/widgets/
Dform.ts54 export class Form implements m.ClassComponent<FormAttrs> { class
/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/googleapis/google/cloud/websecurityscanner/v1beta/
Dfinding_addon.proto29 message Form { message
/external/google-cloud-java/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1beta/src/main/proto/google/cloud/websecurityscanner/v1beta/
Dfinding_addon.proto29 message Form { message
/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
/external/icu/libicu/cts_headers/
Dstandardplural.h31 enum Form { enum
/external/icu/icu4c/source/i18n/
Dstandardplural.h31 enum Form { enum
/external/cronet/third_party/icu/source/i18n/
Dstandardplural.h31 enum Form { enum
/external/google-cloud-java/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1/src/main/java/com/google/cloud/websecurityscanner/v1/
DForm.java30 public final class Form extends com.google.protobuf.GeneratedMessageV3 class
36 private Form(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Form() method in Form
40 private Form() { in Form() method in Form
/external/google-cloud-java/java-websecurityscanner/proto-google-cloud-websecurityscanner-v1beta/src/main/java/com/google/cloud/websecurityscanner/v1beta/
DForm.java30 public final class Form extends com.google.protobuf.GeneratedMessageV3 class
36 private Form(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in Form() method in Form
40 private Form() { in Form() method in Form
/external/llvm/utils/TableGen/
DX86RecognizableInstr.h47 uint8_t Form; variable
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFFormValue.h57 dwarf::Form Form; /// Form for this value. variable
67 DWARFFormValue(dwarf::Form F = dwarf::Form(0)) : Form(F) {} in Form() function
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/PowerPC/
DPPCLoopInstrFormPrep.cpp651 PrepForm Form, SCEVExpander &SCEVE, in rewriteForBase()
897 PrepForm Form) { in prepareBaseForDispFormChain()
1014 PrepForm Form) { in rewriteLoadStores()
1111 PrepForm Form) { in dispFormPrep()
1214 PrepForm Form) { in alreadyPrepared()
/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()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h80 dwarf::Form Form, T &&Value) { in addAttribute()
DDwarfUnit.cpp221 std::optional<dwarf::Form> Form, uint64_t Integer) { in addUInt()
229 void DwarfUnit::addUInt(DIEValueList &Block, dwarf::Form Form, in addUInt()
235 std::optional<dwarf::Form> Form, int64_t Integer) { in addSInt()
241 void DwarfUnit::addSInt(DIELoc &Die, std::optional<dwarf::Form> Form, in addSInt()
280 dwarf::Form Form, const MCSymbol *Label) { in addLabel()
284 void DwarfUnit::addLabel(DIELoc &Die, dwarf::Form Form, const MCSymbol *Label) { in addLabel()
396 void DwarfUnit::addBlock(DIE &Die, dwarf::Attribute Attribute, dwarf::Form Form, in addBlock()
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DDIE.h54 dwarf::Form Form; variable
109 void AddAttribute(dwarf::Attribute Attribute, dwarf::Form Form) { in AddAttribute()
381 dwarf::Form Form = (dwarf::Form)0; variable
719 dwarf::Form Form, T &&Value) { in addValue()

12345