Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp53 IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev) { in mapping() argument
54 IO.mapRequired("Attribute", AttAbbrev.Attribute); in mapping()
55 IO.mapRequired("Form", AttAbbrev.Form); in mapping()
56 if(AttAbbrev.Form == dwarf::DW_FORM_implicit_const) in mapping()
57 IO.mapRequired("Value", AttAbbrev.Value); in mapping()
DDWARFVisitor.h42 virtual void onForm(AttributeAbbrev &AttAbbrev, FormValue &Value) {} in onForm() argument
51 virtual void onForm(const AttributeAbbrev &AttAbbrev, in onForm() argument
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp128 IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev) { in mapping() argument
129 IO.mapRequired("Attribute", AttAbbrev.Attribute); in mapping()
130 IO.mapRequired("Form", AttAbbrev.Form); in mapping()
131 if(AttAbbrev.Form == dwarf::DW_FORM_implicit_const) in mapping()
132 IO.mapRequired("Value", AttAbbrev.Value); in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h188 static void mapping(IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h295 static void mapping(IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev); in LLVM_YAML_IS_SEQUENCE_VECTOR()