Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/DWARFLinker/
H A DDWARFLinkerCompileUnit.h27 struct PatchLocation { struct
30 PatchLocation() = default; argument
31 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() argument
146 std::optional<PatchLocation> getUnitRangesAttribute() const { in getUnitRangesAttribute()
152 const std::vector<PatchLocation> &getRangesAttributes() const { in getRangesAttributes()
156 const std::vector<std::pair<PatchLocation, int64_t>> &
176 DeclContext *Ctxt, PatchLocation Attr);
190 void noteRangeAttribute(const DIE &Die, PatchLocation Attr);
194 void noteLocationAttribute(PatchLocation Attr, int64_t PcOffset);
284 std::vector<PatchLocation> RangeAttributes;
[all …]
/openbsd/gnu/llvm/llvm/lib/DWARFLinker/
H A DDWARFLinkerCompileUnit.cpp101 DeclContext *Ctxt, PatchLocation Attr) { in noteForwardReference()
109 PatchLocation Attr; in fixupForwardReferences()
137 void CompileUnit::noteRangeAttribute(const DIE &Die, PatchLocation Attr) { in noteRangeAttribute()
144 void CompileUnit::noteLocationAttribute(PatchLocation Attr, int64_t PcOffset) { in noteLocationAttribute()
H A DDWARFLinker.cpp1297 PatchLocation Patch = in cloneScalarAttribute()