Searched refs:DL_Note (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/compiler-rt/lib/ubsan/ |
| H A D | ubsan_handlers_cxx.cpp | 59 Diag(Pointer, DL_Note, ET, in HandleDynamicTypeCacheMiss() 64 Diag(Pointer, DL_Note, ET, "object has invalid vptr") in HandleDynamicTypeCacheMiss() 69 Diag(Pointer, DL_Note, ET, "object is of type %0") in HandleDynamicTypeCacheMiss() 75 Diag(Pointer - DTI.getOffset(), DL_Note, ET, in HandleDynamicTypeCacheMiss() 140 Diag(Vtable, DL_Note, ET, "invalid vtable"); in __ubsan_handle_cfi_bad_type() 142 Diag(Vtable, DL_Note, ET, "vtable is of type %0") in __ubsan_handle_cfi_bad_type() 156 Diag(Loc, DL_Note, ET, "check failed in %0, vtable located in %1") in __ubsan_handle_cfi_bad_type()
|
| H A D | ubsan_handlers.cpp | 136 Diag(Pointer, DL_Note, ET, "pointer points here"); in handleTypeMismatchImpl() 185 Diag(AssumptionLoc, DL_Note, ET, "alignment assumption was specified here"); in handleAlignmentAssumptionImpl() 187 Diag(RealPointer, DL_Note, ET, in handleAlignmentAssumptionImpl() 698 Diag(Data->AttrLoc, DL_Note, ET, "%0 specified here") in handleNonNullReturn() 745 Diag(Data->AttrLoc, DL_Note, ET, "%0 specified here") in handleNonNullArg() 857 Diag(FLoc, DL_Note, ET, "%0 defined here") << FName; in handleCFIBadIcall() 870 Diag(Loc, DL_Note, ET, in handleCFIBadIcall() 943 Diag(FLoc, DL_Note, ET, "%0 defined here") << FName; in handleFunctionTypeMismatch()
|
| H A D | ubsan_diag.h | 78 DL_Note ///< A note, attached to a prior diagnostic. enumerator
|
| H A D | ubsan_diag.cpp | 374 case DL_Note: in ~Diag()
|