Searched refs:ARangeDescriptor (Results 1 – 5 of 5) sorted by relevance
60 struct ARangeDescriptor { struct71 std::vector<ARangeDescriptor> Descriptors; argument166 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DWARFYAML::ARangeDescriptor) in LLVM_YAML_IS_SEQUENCE_VECTOR()191 template <> struct MappingTraits<DWARFYAML::ARangeDescriptor> { in LLVM_YAML_IS_SEQUENCE_VECTOR()192 static void mapping(IO &IO, DWARFYAML::ARangeDescriptor &Descriptor); in LLVM_YAML_IS_SEQUENCE_VECTOR()
48 struct ARangeDescriptor { struct60 std::vector<ARangeDescriptor> Descriptors; argument253 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DWARFYAML::ARangeDescriptor) in LLVM_YAML_IS_SEQUENCE_VECTOR()298 template <> struct MappingTraits<DWARFYAML::ARangeDescriptor> { in LLVM_YAML_IS_SEQUENCE_VECTOR()299 static void mapping(IO &IO, DWARFYAML::ARangeDescriptor &Descriptor); in LLVM_YAML_IS_SEQUENCE_VECTOR()
60 void MappingTraits<DWARFYAML::ARangeDescriptor>::mapping( in mapping()61 IO &IO, DWARFYAML::ARangeDescriptor &Descriptor) { in mapping()
135 void MappingTraits<DWARFYAML::ARangeDescriptor>::mapping( in mapping()136 IO &IO, DWARFYAML::ARangeDescriptor &Descriptor) { in mapping()
121 DWARFYAML::ARangeDescriptor Desc; in dumpDebugARanges()