Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_descriptions.h156 struct GlobalAddressDescription { struct
169 bool PointsInsideTheSameVariable(const GlobalAddressDescription &other) const; argument
173 GlobalAddressDescription *descr);
202 GlobalAddressDescription global;
262 const GlobalAddressDescription *AsGlobal() const { in AsGlobal()
H A Dasan_descriptions.cpp302 GlobalAddressDescription *descr) { in GetGlobalAddressInformation()
313 GlobalAddressDescription descr; in DescribeAddressIfGlobal()
325 void GlobalAddressDescription::Print(const char *bug_type) const { in Print()
337 bool GlobalAddressDescription::PointsInsideTheSameVariable( in PointsInsideTheSameVariable()
338 const GlobalAddressDescription &other) const { in PointsInsideTheSameVariable()
484 GlobalAddressDescription global_descr; in PrintAddressDescription()
H A Dasan_report.cpp415 GlobalAddressDescription gdesc1, gdesc2; in IsInvalidPointerPair()