Searched refs:RangeEntry (Results 1 – 3 of 3) sorted by relevance
28 for (LVRangeEntry &RangeEntry : RangeEntries) { in startSearch()30 LVScope *Scope = RangeEntry.scope(); in startSearch()33 << hexValue(RangeEntry.upper()) << "]\n"; in startSearch()36 RangesTree.insert(RangeEntry.lower(), RangeEntry.upper(), in startSearch()37 RangeEntry.scope()); in startSearch()112 if (LowerAddress >= RangeEntry.lower() && UpperAddress < RangeEntry.upper()) in getEntry()113 return RangeEntry.scope(); in getEntry()120 if (LowerAddress == RangeEntry.lower() && in hasEntry()121 UpperAddress == RangeEntry.upper()) in hasEntry()148 LVScope *Scope = RangeEntry.scope(); in print()[all …]
66 struct RangeEntry { struct75 std::vector<RangeEntry> Entries; argument256 LLVM_YAML_IS_SEQUENCE_VECTOR(llvm::DWARFYAML::RangeEntry) in LLVM_YAML_IS_SEQUENCE_VECTOR()307 template <> struct MappingTraits<DWARFYAML::RangeEntry> { in LLVM_YAML_IS_SEQUENCE_VECTOR()308 static void mapping(IO &IO, DWARFYAML::RangeEntry &Entry); in LLVM_YAML_IS_SEQUENCE_VECTOR()
150 void MappingTraits<DWARFYAML::RangeEntry>::mapping( in mapping()151 IO &IO, DWARFYAML::RangeEntry &Descriptor) { in mapping()