Home
last modified time | relevance | path

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

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