Home
last modified time | relevance | path

Searched refs:AttributeAbbrev (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFVisitor.h26 struct AttributeAbbrev;
42 virtual void onForm(AttributeAbbrev &AttAbbrev, FormValue &Value) {} in onForm()
51 virtual void onForm(const AttributeAbbrev &AttAbbrev, in onForm()
DDWARFYAML.cpp52 void MappingTraits<DWARFYAML::AttributeAbbrev>::mapping( in mapping()
53 IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev) { in mapping()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h47 struct AttributeAbbrev { struct
57 std::vector<AttributeAbbrev> Attributes; argument
164 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DWARFYAML::AttributeAbbrev)
187 template <> struct MappingTraits<DWARFYAML::AttributeAbbrev> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
188 static void mapping(IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h30 struct AttributeAbbrev { struct
40 std::vector<AttributeAbbrev> Attributes; argument
250 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DWARFYAML::AttributeAbbrev)
294 template <> struct MappingTraits<DWARFYAML::AttributeAbbrev> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
295 static void mapping(IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp127 void MappingTraits<DWARFYAML::AttributeAbbrev>::mapping( in mapping()
128 IO &IO, DWARFYAML::AttributeAbbrev &AttAbbrev) { in mapping()
/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp37 DWARFYAML::AttributeAbbrev AttAbrv; in dumpDebugAbbrev()