Searched refs:AttAbbrev (Results 1 – 5 of 5) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | DWARFYAML.cpp | 53 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()
|
D | DWARFVisitor.h | 42 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/ |
D | DWARFYAML.cpp | 128 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/ |
D | DWARFYAML.h | 188 static void mapping(IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|
/external/llvm-project/llvm/include/llvm/ObjectYAML/ |
D | DWARFYAML.h | 295 static void mapping(IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev); in LLVM_YAML_IS_SEQUENCE_VECTOR()
|