Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h61 struct ARangeDescriptor { struct
72 std::vector<ARangeDescriptor> Descriptors; argument
169 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()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp61 void MappingTraits<DWARFYAML::ARangeDescriptor>::mapping( in mapping()
62 IO &IO, DWARFYAML::ARangeDescriptor &Descriptor) { in mapping()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp74 DWARFYAML::ARangeDescriptor Desc; in dumpDebugARanges()