1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/include/llvm/DWARFLinker
Alexey Lapshin 8c9a1f9e87 [dsymutil][DWARFLinker][NFC] Make interface of AddressMap more general.
Current interface of AddressMap assumes that relocations exist.
That is correct for not-linked object file but is not correct
for linked executable. This patch changes interface in such way
that AddressMap could be used not only with not-linked object files:

hasValidRelocationAt()

replaced with:

hasLiveMemoryLocation()
hasLiveAddressRange()

Differential Revision: https://reviews.llvm.org/D87723
2020-12-10 14:57:08 +03:00
..
DWARFLinker.h [dsymutil][DWARFLinker][NFC] Make interface of AddressMap more general. 2020-12-10 14:57:08 +03:00
DWARFLinkerCompileUnit.h [DWARFLinker] Add CompileUnit::getInfo helper that takes a DWARFDie (NFC) 2020-11-06 19:37:44 -08:00
DWARFLinkerDeclContext.h DWARFLinkerDeclContext.h - fix implicit FileSystem.h dependency. NFC. 2020-06-23 12:11:51 +01:00
DWARFStreamer.h Revert "[DWARFLinker] Capitalize type names (NFC)" 2020-10-22 15:09:45 +07:00