Searched refs:PatchLocation (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.h | 27 struct PatchLocation { struct 30 PatchLocation() = default; argument 31 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() function 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); 270 std::tuple<DIE *, const CompileUnit *, DeclContext *, PatchLocation>> [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/DWARFLinker/ |
| H A D | DWARFLinkerCompileUnit.cpp | 101 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 D | DWARFLinker.cpp | 1297 PatchLocation Patch = in cloneScalarAttribute()
|