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

/external/compiler-rt/lib/asan/
H A Dasan_poisoning.cc50 struct ShadowSegmentEndpoint { struct in namespace:__asan
55 explicit ShadowSegmentEndpoint(uptr address) { function in struct:__asan::ShadowSegmentEndpoint
85 ShadowSegmentEndpoint beg(beg_addr);
86 ShadowSegmentEndpoint end(end_addr);
127 ShadowSegmentEndpoint beg(beg_addr);
128 ShadowSegmentEndpoint end(end_addr);

Completed in 82 milliseconds