Searched refs:DL_Note (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/ubsan/ |
D | ubsan_handlers_cxx.cc | 60 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()
|
D | ubsan_handlers.cc | 90 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()
|
D | ubsan_diag.h | 99 DL_Note ///< A note, attached to a prior diagnostic. enumerator
|
D | ubsan_diag.cc | 351 case DL_Note: in ~Diag()
|