reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

projects/compiler-rt/lib/asan/asan_globals.cpp
   34   const Global *g;
   44   Global g;
   54   Global *g_first, *g_last;
   59 ALWAYS_INLINE void PoisonShadowForGlobal(const Global *g, u8 value) {
   63 ALWAYS_INLINE void PoisonRedZones(const Global &g) {
   84 static void ReportGlobal(const Global &g, const char *prefix) {
   97 static u32 FindRegistrationSite(const Global *g) {
  108 int GetGlobalsForAddress(uptr addr, Global *globals, u32 *reg_sites,
  114     const Global &g = *l->g;
  137 static void CheckODRViolationViaIndicator(const Global *g) {
  160 static void CheckODRViolationViaPoisoning(const Global *g) {
  190 static inline bool UseODRIndicator(const Global *g) {
  197 static void RegisterGlobal(const Global *g) {
  238 static void UnregisterGlobal(const Global *g) {
  266     const Global *g = &dyn_g.g;
  432     const Global *g = &dyn_g.g;
  455     const Global *g = &dyn_g.g;