Searched refs:PatchLocation (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.h | 36 struct PatchLocation { struct 40 PatchLocation() = default; argument 41 PatchLocation(DIE::value_iterator I) : I(I) {} in PatchLocation() argument 42 PatchLocation(DIE::value_iterator I, int64_t Reloc) in PatchLocation() function 58 using RngListAttributesTy = SmallVector<PatchLocation>; argument 59 using LocListAttributesTy = SmallVector<PatchLocation>; 168 std::optional<PatchLocation> getUnitRangesAttribute() const { in getUnitRangesAttribute() 191 DeclContext *Ctxt, PatchLocation Attr); 205 void noteRangeAttribute(const DIE &Die, PatchLocation Attr); 209 void noteLocationAttribute(PatchLocation Attr); [all …]
|
| H A D | DWARFStreamer.h | 113 PatchLocation Patch, 138 PatchLocation Patch, DebugDieValuePool &AddrPool) override; 233 PatchLocation Patch); 238 PatchLocation Patch, 245 PatchLocation Patch); 251 PatchLocation Patch, DebugDieValuePool &AddrPool);
|
| H A D | DWARFLinker.h | 89 PatchLocation Patch, DebugDieValuePool &AddrPool) = 0; 102 PatchLocation Patch, DebugDieValuePool &AddrPool) = 0;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
| H A D | DWARFLinkerCompileUnit.cpp | 139 DeclContext *Ctxt, PatchLocation Attr) { in noteForwardReference() 147 PatchLocation Attr; in fixupForwardReferences() 175 void CompileUnit::noteRangeAttribute(const DIE &Die, PatchLocation Attr) { in noteRangeAttribute() 184 void CompileUnit::noteLocationAttribute(PatchLocation Attr) { in noteLocationAttribute()
|
| H A D | DWARFStreamer.cpp | 477 PatchLocation Patch) { in emitDwarfDebugRangesTableFragment() 543 PatchLocation Patch, DebugDieValuePool &AddrPool) { in emitDwarfDebugRangeListFragment() 566 PatchLocation Patch, DebugDieValuePool &AddrPool) { in emitDwarfDebugRngListsTableFragment() 642 PatchLocation Patch, DebugDieValuePool &AddrPool) { in emitDwarfDebugLocListFragment() 669 PatchLocation Patch) { in emitDwarfDebugLocTableFragment() 760 PatchLocation Patch, DebugDieValuePool &AddrPool) { in emitDwarfDebugLocListsTableFragment()
|
| H A D | DWARFLinker.cpp | 1915 std::optional<PatchLocation> UnitRngListAttribute = in generateUnitRanges() 1924 for (PatchLocation &AttributePatch : AllRngListAttributes) { in generateUnitRanges()
|