Home
last modified time | relevance | path

Searched refs:ObjFileAddressRange (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DWARFLinker/
H A DDWARFLinker.h35 struct ObjFileAddressRange { struct
42 ObjFileAddressRange(uint64_t EndPC, int64_t Offset) in ObjFileAddressRange() function
45 ObjFileAddressRange() : HighPC(0), Offset(0) {} in ObjFileAddressRange() argument
49 using RangesTy = std::map<uint64_t, ObjFileAddressRange>;
/netbsd-src/external/apache2/llvm/dist/llvm/tools/dsymutil/
H A DDwarfLinkerForBinary.h134 AddressRanges[*Mapping.ObjectAddress] = ObjFileAddressRange( in AddressManager()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DWARFLinker/
H A DDWARFLinker.cpp509 Ranges[*LowPc] = ObjFileAddressRange(*HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()