Home
last modified time | relevance | path

Searched refs:PatchLocation (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h26 struct PatchLocation { struct
29 PatchLocation() = default; argument
30 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() function
138 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 …]
/llvm-project-15.0.7/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp82 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()
H A DDWARFLinker.cpp1217 PatchLocation Patch = in cloneScalarAttribute()