Check if the given memory range is contained in \b this. If it is contained, return the endian aware offset of the containment. I.e. if the least significant byte of the given range falls on the least significant byte of the \b this, return 0. If it intersects the second least significant, return 1, etc. \param addr is the starting address of the given memory range \param sz is the size of the gi
source not stored for this graph (policy: none)
no test coverage detected