Home
last modified time | relevance | path

Searched refs:ARangeDescriptor (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h60 struct ARangeDescriptor { struct
71 std::vector<ARangeDescriptor> Descriptors; argument
166 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()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h48 struct ARangeDescriptor { struct
60 std::vector<ARangeDescriptor> Descriptors; argument
253 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()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp60 void MappingTraits<DWARFYAML::ARangeDescriptor>::mapping( in mapping()
61 IO &IO, DWARFYAML::ARangeDescriptor &Descriptor) { in mapping()
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp135 void MappingTraits<DWARFYAML::ARangeDescriptor>::mapping( in mapping()
136 IO &IO, DWARFYAML::ARangeDescriptor &Descriptor) { in mapping()
/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp121 DWARFYAML::ARangeDescriptor Desc; in dumpDebugARanges()