struct ObjFileAddressRange
Declaration
struct ObjFileAddressRange { /* full declaration omitted */ };
Description
Partial address range. Besides an offset, only the HighPC is stored. The structure is stored in a map where the LowPC is the key.
Declared at: llvm/include/llvm/DWARFLinker/DWARFLinker.h:27
Member Variables
- public uint64_t HighPC
- Function HighPC.
- public int64_t Offset
- Offset to apply to the linked address. should be 0 for not-linked object file.
Method Overview
- public ObjFileAddressRange(uint64_t EndPC, int64_t Offset)
- public ObjFileAddressRange()
Methods
¶ObjFileAddressRange(uint64_t EndPC,
int64_t Offset)
ObjFileAddressRange(uint64_t EndPC,
int64_t Offset)
Declared at: llvm/include/llvm/DWARFLinker/DWARFLinker.h:34
Parameters
- uint64_t EndPC
- int64_t Offset
¶ObjFileAddressRange()
ObjFileAddressRange()
Declared at: llvm/include/llvm/DWARFLinker/DWARFLinker.h:37