Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/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.cpp854 const char *DstModule = FLoc.get()->info.module; in handleCFIBadIcall() local
855 if (!DstModule) in handleCFIBadIcall()
856 DstModule = "(unknown)"; in handleCFIBadIcall()
862 if (internal_strcmp(SrcModule, DstModule)) in handleCFIBadIcall()
865 << SrcModule << DstModule; in handleCFIBadIcall()