Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/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()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h295 static void mapping(IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev); in LLVM_YAML_IS_SEQUENCE_VECTOR()