Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_procmaps_mac.cpp119 data_.current_arch = kModuleArchUnknown; in Reset()
301 segment->arch = layout_data->current_arch; in NextSegmentLoad()
379 data_.current_arch = ModuleArchFromCpuType(hdr->cputype, hdr->cpusubtype); in Next()
H A Dsanitizer_mac.h26 ModuleArch current_arch; member