Home
last modified time | relevance | path

Searched defs:default_arch (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/asan/scripts/
Dasan_symbolize.py68 def __init__(self, symbolizer_path, default_arch, system, dsym_hints=[]): argument
123 def LLVMSymbolizerFactory(system, default_arch, dsym_hints=[]): argument
/external/llvm-project/compiler-rt/lib/asan/scripts/
Dasan_symbolize.py83 def __init__(self, symbolizer_path, default_arch, system, dsym_hints=[]): argument
137 def LLVMSymbolizerFactory(system, default_arch, dsym_hints=[]): argument
/external/llvm-project/lldb/source/API/
DSBDebugger.cpp605 ArchSpec default_arch = Target::GetDefaultArchitecture(); in GetDefaultArchitecture() local