Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h29 struct PatchLocation { struct
32 PatchLocation() = default; argument
33 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() argument
136 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 …]
/freebsd-13.1/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp84 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()
H A DDWARFLinker.cpp1180 PatchLocation Patch = in cloneScalarAttribute()