Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_procmaps_test.cc28 bool res = GetCodeRangeForFile("[vdso]", &start, &end); in TEST()
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps.h90 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end);
Dsanitizer_posix.cpp276 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end) { in GetCodeRangeForFile() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps.h89 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end);
Dsanitizer_posix.cc336 bool GetCodeRangeForFile(const char *module, uptr *start, uptr *end) { in GetCodeRangeForFile() function
/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_procmaps_test.cpp27 bool res = GetCodeRangeForFile("[vdso]", &start, &end); in TEST()