Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/compiler-rt/lib/ubsan/
H A Dubsan_handlers_cxx.cpp59 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()
184 Diag(FLoc, DL_Note, ET, "%0 defined here") << FName; in handleFunctionTypeMismatch()
H A Dubsan_handlers.cpp136 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()
691 Diag(Data->AttrLoc, DL_Note, ET, "%0 specified here") in handleNonNullReturn()
738 Diag(Data->AttrLoc, DL_Note, ET, "%0 specified here") in handleNonNullArg()
850 Diag(FLoc, DL_Note, ET, "%0 defined here") << FName; in handleCFIBadIcall()
863 Diag(Loc, DL_Note, ET, in handleCFIBadIcall()
H A Dubsan_diag.h98 DL_Note ///< A note, attached to a prior diagnostic. enumerator
H A Dubsan_diag.cpp366 case DL_Note: in ~Diag()