Searched refs:GlobalAddressDescription (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h149 struct GlobalAddressDescription { struct in namespace:__asan
162 bool PointsInsideTheSameVariable(const GlobalAddressDescription &other) const;
166 GlobalAddressDescription *descr);
195 GlobalAddressDescription global;
255 const GlobalAddressDescription *AsGlobal() const {
H A Dasan_descriptions.cpp303 GlobalAddressDescription *descr) {
314 GlobalAddressDescription descr;
325 void GlobalAddressDescription::Print(const char *bug_type) const {
337 bool GlobalAddressDescription::PointsInsideTheSameVariable(
338 const GlobalAddressDescription &other) const {
478 GlobalAddressDescription global_descr;
H A Dasan_report.cpp400 GlobalAddressDescription gdesc1, gdesc2;

Completed in 193 milliseconds