Home
last modified time | relevance | path

Searched refs:DstModule (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/ubsan/
H A Dubsan_handlers_cxx.cpp147 const char *DstModule = Symbolizer::GetOrInit()->GetModuleNameForPc(Vtable); in __ubsan_handle_cfi_bad_type() local
148 if (!DstModule) in __ubsan_handle_cfi_bad_type()
149 DstModule = "(unknown)"; in __ubsan_handle_cfi_bad_type()
155 if (internal_strcmp(SrcModule, DstModule)) in __ubsan_handle_cfi_bad_type()
157 << SrcModule << DstModule; in __ubsan_handle_cfi_bad_type()
H A Dubsan_handlers.cpp861 const char *DstModule = FLoc.get()->info.module; in handleCFIBadIcall() local
862 if (!DstModule) in handleCFIBadIcall()
863 DstModule = "(unknown)"; in handleCFIBadIcall()
869 if (internal_strcmp(SrcModule, DstModule)) in handleCFIBadIcall()
872 << SrcModule << DstModule; in handleCFIBadIcall()