Searched refs:default_arch (Results 1 – 3 of 3) sorted by relevance
83 def __init__(self, symbolizer_path, default_arch, system, dsym_hints=[]): argument86 self.default_arch = default_arch96 '--default-arch=%s' % self.default_arch]137 def LLVMSymbolizerFactory(system, default_arch, dsym_hints=[]): argument144 return LLVMSymbolizer(symbolizer_path, default_arch, system, dsym_hints)
636 ArchSpec default_arch = Target::GetDefaultArchitecture(); in GetDefaultArchitecture() local638 if (default_arch.IsValid()) { in GetDefaultArchitecture()639 const std::string &triple_str = default_arch.GetTriple().str(); in GetDefaultArchitecture()644 default_arch.GetArchitectureName()); in GetDefaultArchitecture()
30 defm default_arch