Searched refs:PatchLocation (Results 1 – 3 of 3) sorted by relevance
26 struct PatchLocation { struct29 PatchLocation() = default; argument30 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() function138 Optional<PatchLocation> getUnitRangesAttribute() const { in getUnitRangesAttribute()144 const std::vector<PatchLocation> &getRangesAttributes() const { in getRangesAttributes()148 const std::vector<std::pair<PatchLocation, int64_t>> &168 DeclContext *Ctxt, PatchLocation Attr);182 void noteRangeAttribute(const DIE &Die, PatchLocation Attr);186 void noteLocationAttribute(PatchLocation Attr, int64_t PcOffset);276 std::vector<PatchLocation> RangeAttributes;[all …]
82 DeclContext *Ctxt, PatchLocation Attr) { in noteForwardReference()90 PatchLocation Attr; in fixupForwardReferences()113 void CompileUnit::noteRangeAttribute(const DIE &Die, PatchLocation Attr) { in noteRangeAttribute()120 void CompileUnit::noteLocationAttribute(PatchLocation Attr, int64_t PcOffset) { in noteLocationAttribute()
1217 PatchLocation Patch = in cloneScalarAttribute()