Lines Matching refs:PatchLocation
57 struct PatchLocation { struct
60 PatchLocation() = default;
61 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() argument
244 Optional<PatchLocation> getUnitRangesAttribute() const { in getUnitRangesAttribute()
248 const std::vector<PatchLocation> &getRangesAttributes() const { in getRangesAttributes()
252 const std::vector<std::pair<PatchLocation, int64_t>> &
276 DeclContext *Ctxt, PatchLocation Attr);
287 void noteRangeAttribute(const DIE &Die, PatchLocation Attr);
291 void noteLocationAttribute(PatchLocation Attr, int64_t PcOffset);
351 PatchLocation>> ForwardDIEReferences;
362 std::vector<PatchLocation> RangeAttributes;
363 Optional<PatchLocation> UnitRangeAttribute;
370 std::vector<std::pair<PatchLocation, int64_t>> LocationAttributes;
412 DeclContext *Ctxt, PatchLocation Attr) { in noteForwardReference()
421 PatchLocation Attr; in fixupForwardReferences()
438 void CompileUnit::noteRangeAttribute(const DIE &Die, PatchLocation Attr) { in noteRangeAttribute()
445 void CompileUnit::noteLocationAttribute(PatchLocation Attr, int64_t PcOffset) { in noteLocationAttribute()
2537 PatchLocation Patch = in cloneScalarAttribute()