Searched refs:PatchLocation (Results 1 – 3 of 3) sorted by relevance
29 struct PatchLocation { struct32 PatchLocation() = default; argument33 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() argument136 Optional<PatchLocation> getUnitRangesAttribute() const { in getUnitRangesAttribute()142 const std::vector<PatchLocation> &getRangesAttributes() const { in getRangesAttributes()146 const std::vector<std::pair<PatchLocation, int64_t>> &169 DeclContext *Ctxt, PatchLocation Attr);183 void noteRangeAttribute(const DIE &Die, PatchLocation Attr);187 void noteLocationAttribute(PatchLocation Attr, int64_t PcOffset);279 std::vector<PatchLocation> RangeAttributes;[all …]
84 DeclContext *Ctxt, PatchLocation Attr) { in noteForwardReference()92 PatchLocation Attr; in fixupForwardReferences()117 void CompileUnit::noteRangeAttribute(const DIE &Die, PatchLocation Attr) { in noteRangeAttribute()124 void CompileUnit::noteLocationAttribute(PatchLocation Attr, int64_t PcOffset) { in noteLocationAttribute()
1180 PatchLocation Patch = in cloneScalarAttribute()