Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h27 struct ObjFileAddressRange { struct
34 ObjFileAddressRange(uint64_t EndPC, int64_t Offset) in ObjFileAddressRange() argument
37 ObjFileAddressRange() : HighPC(0), Offset(0) {} in ObjFileAddressRange() argument
41 using RangesTy = std::map<uint64_t, ObjFileAddressRange>;
/external/llvm-project/llvm/include/llvm/DWARFLinker/
DDWARFLinker.h34 struct ObjFileAddressRange { struct
41 ObjFileAddressRange(uint64_t EndPC, int64_t Offset) in ObjFileAddressRange() argument
44 ObjFileAddressRange() : HighPC(0), Offset(0) {} in ObjFileAddressRange() argument
48 using RangesTy = std::map<uint64_t, ObjFileAddressRange>;
/external/llvm-project/llvm/tools/dsymutil/
DDwarfLinkerForBinary.h115 AddressRanges[*Mapping.ObjectAddress] = ObjFileAddressRange( in AddressManager()
/external/llvm-project/llvm/lib/DWARFLinker/
DDWARFLinker.cpp551 Ranges[*LowPc] = ObjFileAddressRange(*HighPc, MyInfo.AddrAdjust); in shouldKeepSubprogramDIE()