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.h154 struct GlobalAddressDescription { struct
167 bool PointsInsideTheSameVariable(const GlobalAddressDescription &other) const; argument
171 GlobalAddressDescription *descr);
200 GlobalAddressDescription global;
260 const GlobalAddressDescription *AsGlobal() const { in AsGlobal()
H A Dasan_descriptions.cpp304 GlobalAddressDescription *descr) { in GetGlobalAddressInformation()
315 GlobalAddressDescription descr; in DescribeAddressIfGlobal()
327 void GlobalAddressDescription::Print(const char *bug_type) const { in Print()
339 bool GlobalAddressDescription::PointsInsideTheSameVariable( in PointsInsideTheSameVariable()
340 const GlobalAddressDescription &other) const { in PointsInsideTheSameVariable()
492 GlobalAddressDescription global_descr; in PrintAddressDescription()
H A Dasan_report.cpp454 GlobalAddressDescription gdesc1, gdesc2; in IsInvalidPointerPair()