Home
last modified time | relevance | path

Searched refs:AttAbbrev (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp54 IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev) { in mapping() argument
55 IO.mapRequired("Attribute", AttAbbrev.Attribute); in mapping()
56 IO.mapRequired("Form", AttAbbrev.Form); in mapping()
57 if(AttAbbrev.Form == dwarf::DW_FORM_implicit_const) in mapping()
58 IO.mapRequired("Value", AttAbbrev.Value); in mapping()
DDWARFVisitor.h43 virtual void onForm(AttributeAbbrev &AttAbbrev, FormValue &Value) {} in onForm() argument
52 virtual void onForm(const AttributeAbbrev &AttAbbrev, in onForm() argument
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h191 static void mapping(IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev); in LLVM_YAML_IS_SEQUENCE_VECTOR()