Searched refs:ARangeDescriptor (Results 1 – 3 of 3) sorted by relevance
61 struct ARangeDescriptor { struct72 std::vector<ARangeDescriptor> Descriptors; argument169 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DWARFYAML::ARangeDescriptor) in LLVM_YAML_IS_SEQUENCE_VECTOR()194 template <> struct MappingTraits<DWARFYAML::ARangeDescriptor> { in LLVM_YAML_IS_SEQUENCE_VECTOR()195 static void mapping(IO &IO, DWARFYAML::ARangeDescriptor &Descriptor); in LLVM_YAML_IS_SEQUENCE_VECTOR()
61 void MappingTraits<DWARFYAML::ARangeDescriptor>::mapping( in mapping()62 IO &IO, DWARFYAML::ARangeDescriptor &Descriptor) { in mapping()
74 DWARFYAML::ARangeDescriptor Desc; in dumpDebugARanges()