Home
last modified time | relevance | path

Searched refs:DL_Note (Results 1 – 4 of 4) sorted by relevance

/external/compiler-rt/lib/ubsan/
Dubsan_handlers_cxx.cc60 Diag(Pointer, DL_Note, "object has a possibly invalid vptr: abs(offset to top) too big") in HandleDynamicTypeCacheMiss()
64 Diag(Pointer, DL_Note, "object has invalid vptr") in HandleDynamicTypeCacheMiss()
69 Diag(Pointer, DL_Note, "object is of type %0") in HandleDynamicTypeCacheMiss()
75 Diag(Pointer - DTI.getOffset(), DL_Note, in HandleDynamicTypeCacheMiss()
137 Diag(Vtable, DL_Note, "invalid vtable in module %0") << module; in HandleCFIBadType()
139 Diag(Vtable, DL_Note, "invalid vtable"); in HandleCFIBadType()
141 Diag(Vtable, DL_Note, "vtable is of type %0") in HandleCFIBadType()
Dubsan_handlers.cc90 Diag(Pointer, DL_Note, "pointer points here"); in handleTypeMismatchImpl()
457 Diag(FLoc, DL_Note, "%0 defined here") << FName; in handleFunctionTypeMismatch()
486 Diag(Data->AttrLoc, DL_Note, "returns_nonnull attribute specified here"); in handleNonNullReturn()
512 Diag(Data->AttrLoc, DL_Note, "nonnull attribute specified here"); in handleNonNullArg()
547 Diag(FLoc, DL_Note, "%0 defined here") << FName; in handleCFIBadIcall()
Dubsan_diag.h99 DL_Note ///< A note, attached to a prior diagnostic. enumerator
Dubsan_diag.cc351 case DL_Note: in ~Diag()