Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h90 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end);
H A Dsanitizer_posix.cc281 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end) { in GetCodeRangeForFile() function