Searched defs:ObjFileAddressRange (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h34 struct ObjFileAddressRange { struct in namespace:llvm
41 ObjFileAddressRange(uint64_t EndPC, int64_t Offset) function in struct:llvm::ObjFileAddressRange
44 ObjFileAddressRange() : HighPC(0), Offset(0) {} function in struct:llvm::ObjFileAddressRange

Completed in 169 milliseconds