Home
last modified time | relevance | path

Searched refs:ARange (Results 1 – 11 of 11) sorted by relevance

/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFYAML.cpp141 void MappingTraits<DWARFYAML::ARange>::mapping(IO &IO, in mapping()
142 DWARFYAML::ARange &ARange) { in mapping() argument
143 IO.mapOptional("Format", ARange.Format, dwarf::DWARF32); in mapping()
144 IO.mapOptional("Length", ARange.Length); in mapping()
145 IO.mapRequired("Version", ARange.Version); in mapping()
146 IO.mapRequired("CuOffset", ARange.CuOffset); in mapping()
147 IO.mapOptional("AddressSize", ARange.AddrSize); in mapping()
148 IO.mapOptional("SegmentSelectorSize", ARange.SegSize, 0); in mapping()
149 IO.mapOptional("Descriptors", ARange.Descriptors); in mapping()
/external/llvm-project/llvm/test/DebugInfo/X86/
Dmultiple-aranges.ll6 ; CHECK-NEXT: .long 44 # Length of ARange Set
14 ; CHECK-NEXT: .quad 0 # ARange terminator
18 ; CHECK-NEXT: .long 44 # Length of ARange Set
26 ; CHECK-NEXT: .quad 0 # ARange terminator
Ddwarf-aranges.ll28 ; CHECK-NEXT: # ARange terminator
Ddwarf-aranges-no-dwarf-labels.ll8 ; CHECK: # ARange terminator
/external/llvm/test/DebugInfo/X86/
Dmultiple-aranges.ll6 ; CHECK-NEXT: .long 44 # Length of ARange Set
14 ; CHECK-NEXT: .quad 0 # ARange terminator
18 ; CHECK-NEXT: .long 44 # Length of ARange Set
26 ; CHECK-NEXT: .quad 0 # ARange terminator
Ddwarf-aranges.ll29 ; CHECK-NEXT: # ARange terminator
Ddwarf-aranges-no-dwarf-labels.ll8 ; CHECK: # ARange terminator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h65 struct ARange { struct
147 std::vector<ARange> ARanges;
167 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DWARFYAML::ARange) in LLVM_YAML_IS_SEQUENCE_VECTOR()
195 template <> struct MappingTraits<DWARFYAML::ARange> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
196 static void mapping(IO &IO, DWARFYAML::ARange &Range); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/llvm-project/llvm/include/llvm/ObjectYAML/
DDWARFYAML.h53 struct ARange { struct
216 Optional<std::vector<ARange>> DebugAranges;
254 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DWARFYAML::ARange) in LLVM_YAML_IS_SEQUENCE_VECTOR()
302 template <> struct MappingTraits<DWARFYAML::ARange> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
303 static void mapping(IO &IO, DWARFYAML::ARange &ARange); in LLVM_YAML_IS_SEQUENCE_VECTOR()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFYAML.cpp66 void MappingTraits<DWARFYAML::ARange>::mapping(IO &IO, in mapping()
67 DWARFYAML::ARange &Range) { in mapping()
/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp103 std::vector<DWARFYAML::ARange> DebugAranges; in dumpDebugARanges()
113 DWARFYAML::ARange Range; in dumpDebugARanges()