Home
last modified time | relevance | path

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

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