HomeSort by relevance Sort by last modified time
    Searched refs:FormValue (Results 1 - 20 of 20) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DWARFVisitor.h 26 struct FormValue;
43 virtual void onForm(AttributeAbbrev &AttAbbrev, FormValue &Value) {}
53 const FormValue &Value) {}
DWARFYAML.cpp 114 void MappingTraits<DWARFYAML::FormValue>::mapping(
115 IO &IO, DWARFYAML::FormValue &FormValue) {
116 IO.mapOptional("Value", FormValue.Value);
117 if (!FormValue.CStr.empty() || !IO.outputting())
118 IO.mapOptional("CStr", FormValue.CStr);
119 if (!FormValue.BlockData.empty() || !IO.outputting())
120 IO.mapOptional("BlockData", FormValue.BlockData);
  /external/llvm/lib/DebugInfo/DWARF/
DWARFDebugInfoEntry.cpp 131 DWARFFormValue formValue(form);
133 if (!formValue.extractValue(u->getDebugInfoExtractor(), offset_ptr, u))
145 formValue.getAsUnsignedConstant().getValue(),
151 } else if (Optional<uint64_t> Val = formValue.getAsUnsignedConstant())
157 OS << *formValue.getAsUnsignedConstant();
159 formValue.dump(OS, u);
165 Optional<uint64_t> Ref = formValue.getAsReference(u);
174 if (Optional<uint64_t> OptVal = formValue.getAsUnsignedConstant())
235 const DWARFUnit *U, const uint16_t Attr, DWARFFormValue &FormValue) const {
255 FormValue = DWARFFormValue(AbbrevDecl->getFormByIndex(AttrIdx))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DWARFAbbreviationDeclaration.cpp 167 DWARFFormValue FormValue(Spec.Form);
169 FormValue.setSValue(Spec.getImplicitConstValue());
170 return FormValue;
172 if (FormValue.extractValue(DebugInfoData, &Offset, U.getFormParams(), &U))
173 return FormValue;
DWARFDie.cpp 84 static void dumpLocation(raw_ostream &OS, DWARFFormValue &FormValue,
90 if (FormValue.isFormClass(DWARFFormValue::FC_Block) ||
91 FormValue.isFormClass(DWARFFormValue::FC_Exprloc)) {
92 ArrayRef<uint8_t> Expr = *FormValue.getAsBlock();
100 FormValue.dump(OS, DumpOpts);
101 if (FormValue.isFormClass(DWARFFormValue::FC_SectionOffset)) {
104 uint32_t Offset = *FormValue.getAsSectionOffset();
202 DWARFFormValue formValue(Form);
204 if (!formValue.extractValue(U->getDebugInfoExtractor(), OffsetPtr,
217 formValue.getAsUnsignedConstant().getValue()
    [all...]
DWARFAcceleratorTable.cpp 97 DWARFFormValue FormValue(Atom.second);
102 if ((!FormValue.isFormClass(DWARFFormValue::FC_Constant) &&
103 !FormValue.isFormClass(DWARFFormValue::FC_Flag)) ||
104 FormValue.getForm() == dwarf::DW_FORM_sdata)
121 DWARFFormValue FormValue(Atom.second);
122 FormValue.extractValue(AccelSection, &HashDataOffset, FormParams);
125 DieOffset = *FormValue.getAsUnsignedConstant();
128 DieTag = (dwarf::Tag)*FormValue.getAsUnsignedConstant();
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
dwarf2yaml.cpp 139 DWARFYAML::FormValue NewValue;
142 auto FormValue = DIEWrapper.find(AttrSpec.Attr);
143 if (!FormValue)
145 auto Form = FormValue.getValue().getForm();
152 if (auto Val = FormValue.getValue().getAsAddress())
162 if (auto Val = FormValue.getValue().getAsReferenceUVal())
170 if (auto Val = FormValue.getValue().getAsBlock()) {
186 if (auto Val = FormValue.getValue().getAsUnsignedConstant())
190 if (auto Val = FormValue.getValue().getAsCString())
195 if (auto Val = FormValue.getValue().getAsUnsignedConstant())
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DWARFYAML.h 90 struct FormValue {
98 std::vector<FormValue> Values;
173 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DWARFYAML::FormValue)
218 template <> struct MappingTraits<DWARFYAML::FormValue> {
219 static void mapping(IO &IO, DWARFYAML::FormValue &FormValue);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-dwarfdump/
Statistics.cpp 63 auto FormValue = Die.find(dwarf::DW_AT_location);
64 HasLoc = FormValue.hasValue();
67 if (auto DebugLocOffset = FormValue->getAsSectionOffset()) {
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugInfoEntry.h 90 DWARFFormValue &FormValue) const;
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DWARFDebugInfoTest.cpp 246 Optional<DWARFFormValue> FormValue;
250 FormValue = DieDG.find(Attr_DW_FORM_block);
251 EXPECT_TRUE((bool)FormValue);
252 BlockDataOpt = FormValue->getAsBlock();
258 FormValue = DieDG.find(Attr_DW_FORM_block1);
259 EXPECT_TRUE((bool)FormValue);
260 BlockDataOpt = FormValue->getAsBlock();
266 FormValue = DieDG.find(Attr_DW_FORM_block2);
267 EXPECT_TRUE((bool)FormValue);
268 BlockDataOpt = FormValue->getAsBlock()
    [all...]
  /external/syzkaller/dashboard/app/
main.go 162 if accessLevel(c, r) == AccessAdmin && r.FormValue("fixed") == "" {
195 if id := r.FormValue("id"); id != "" {
200 } else if extID := r.FormValue("extid"); extID != "" {
264 if x := r.FormValue("x"); x != "" {
272 xid, err := strconv.ParseInt(r.FormValue("id"), 10, 64)
305 return handleTextImpl(c, w, r, r.FormValue("tag"))
341 onlyFixed := r.FormValue("fixed")
access.go 51 switch r.FormValue("access") {
  /external/syzkaller/syz-manager/
html.go 166 crashID := r.FormValue("id")
183 call := r.FormValue("call")
229 if sig := r.FormValue("input"); sig != "" {
232 call := r.FormValue("call")
283 call := r.FormValue("call")
309 file := filepath.Clean(r.FormValue("name"))
329 crashID := r.FormValue("id")
  /device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
FrameworkHii.h 256 /// used to update the FormValue's title.
262 UINT16 FormValue;
    [all...]
  /external/syzkaller/vendor/golang.org/x/net/trace/
events.go 92 if exp, err := strconv.ParseBool(req.FormValue("exp")); err == nil {
105 fam, bStr := req.FormValue("fam"), req.FormValue("b")
trace.go 182 if req.FormValue("show_sensitive") == "0" {
186 if exp, err := strconv.ParseBool(req.FormValue("exp")); err == nil {
189 if exp, err := strconv.ParseBool(req.FormValue("rtraced")); err == nil {
265 fam, bStr := req.FormValue("fam"), req.FormValue("b")
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Include/Protocol/
HiiFramework.h 175 UINT16 FormValue; // specify which form is to be updated if FormUpdate value is TRUE.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/Hii/
Hii.h 184 UINT16 FormValue; // specify which form is to be updated if FormUpdate value is TRUE.
  /external/syzkaller/vendor/golang.org/x/oauth2/
oauth2.go 176 // The code will be in the *http.Request.FormValue("code"). Before
177 // calling Exchange, be sure to validate FormValue("state").

Completed in 7726 milliseconds