Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps.h100 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end);
H A Dsanitizer_posix.cpp279 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end) { in GetCodeRangeForFile() function
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_procmaps_test.cpp31 bool res = GetCodeRangeForFile("[vdso]", &start, &end); in TEST()