Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_symbolizer_libcdep.cpp144 const char *internal_module_name = nullptr; in GetModuleNameAndOffsetForPC() local
146 if (!FindModuleNameAndOffsetForAddress(pc, &internal_module_name, in GetModuleNameAndOffsetForPC()
151 *module_name = module_names_.GetOwnedCopy(internal_module_name); in GetModuleNameAndOffsetForPC()