Home
last modified time | relevance | path

Searched refs:RangeEntry (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h65 struct RangeEntry { struct
74 std::vector<RangeEntry> Entries; argument
255 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DWARFYAML::RangeEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()
306 template <> struct MappingTraits<DWARFYAML::RangeEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
307 static void mapping(IO &IO, DWARFYAML::RangeEntry &Entry); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp152 void MappingTraits<DWARFYAML::RangeEntry>::mapping( in mapping()
153 IO &IO, DWARFYAML::RangeEntry &Descriptor) { in mapping()