Searched refs:ARangeDescriptor (Results 1 – 2 of 2) sorted by relevance
49 struct ARangeDescriptor { struct61 std::vector<ARangeDescriptor> Descriptors; argument277 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DWARFYAML::ARangeDescriptor) in LLVM_YAML_IS_SEQUENCE_VECTOR()325 template <> struct MappingTraits<DWARFYAML::ARangeDescriptor> { in LLVM_YAML_IS_SEQUENCE_VECTOR()326 static void mapping(IO &IO, DWARFYAML::ARangeDescriptor &Descriptor); in LLVM_YAML_IS_SEQUENCE_VECTOR()
162 void MappingTraits<DWARFYAML::ARangeDescriptor>::mapping( in mapping()163 IO &IO, DWARFYAML::ARangeDescriptor &Descriptor) { in mapping()