OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MappingArchImpl
(Results
1 - 2
of
2
) sorted by null
/external/compiler-rt/lib/dfsan/
dfsan_platform.h
73
uptr
MappingArchImpl
(void) {
87
return
MappingArchImpl
<MAPPING_SHADOW_ADDR>();
92
return
MappingArchImpl
<MAPPING_UNION_TABLE_ADDR>();
97
return
MappingArchImpl
<MAPPING_APP_ADDR>();
102
return
MappingArchImpl
<MAPPING_SHADOW_MASK>();
/external/compiler-rt/lib/tsan/rtl/
tsan_platform.h
363
uptr
MappingArchImpl
(void) {
384
return
MappingArchImpl
<MAPPING_LO_APP_BEG>();
388
return
MappingArchImpl
<MAPPING_LO_APP_END>();
394
return
MappingArchImpl
<MAPPING_MID_APP_BEG>();
398
return
MappingArchImpl
<MAPPING_MID_APP_END>();
404
return
MappingArchImpl
<MAPPING_HEAP_BEG>();
408
return
MappingArchImpl
<MAPPING_HEAP_END>();
413
return
MappingArchImpl
<MAPPING_HI_APP_BEG>();
417
return
MappingArchImpl
<MAPPING_HI_APP_END>();
422
return
MappingArchImpl
<MAPPING_VDSO_BEG>()
[
all
...]
Completed in 1381 milliseconds