Searched refs:PatchLocation (Results 1 – 3 of 3) sorted by relevance
27 struct PatchLocation { struct30 PatchLocation() = default; argument31 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() argument146 std::optional<PatchLocation> getUnitRangesAttribute() const { in getUnitRangesAttribute()152 const std::vector<PatchLocation> &getRangesAttributes() const { in getRangesAttributes()156 const std::vector<std::pair<PatchLocation, int64_t>> &176 DeclContext *Ctxt, PatchLocation Attr);190 void noteRangeAttribute(const DIE &Die, PatchLocation Attr);194 void noteLocationAttribute(PatchLocation Attr, int64_t PcOffset);284 std::vector<PatchLocation> RangeAttributes;[all …]
101 DeclContext *Ctxt, PatchLocation Attr) { in noteForwardReference()109 PatchLocation Attr; in fixupForwardReferences()137 void CompileUnit::noteRangeAttribute(const DIE &Die, PatchLocation Attr) { in noteRangeAttribute()144 void CompileUnit::noteLocationAttribute(PatchLocation Attr, int64_t PcOffset) { in noteLocationAttribute()
1297 PatchLocation Patch = in cloneScalarAttribute()