Searched refs:llvm_arch (Results 1 – 2 of 2) sorted by relevance
479 const llvm::Triple::ArchType llvm_arch = in Dump() local481 if (llvm_arch == llvm::Triple::mips || in Dump()482 llvm_arch == llvm::Triple::mipsel || in Dump()483 llvm_arch == llvm::Triple::mips64 || in Dump()484 llvm_arch == llvm::Triple::mips64el) in Dump()
1589 llvm::Triple::ArchType llvm_arch = triple.getArch(); in DecodeInstructions() 1593 if (llvm_arch == llvm::Triple::arm) { in DecodeInstructions() 1546 llvm::Triple::ArchType llvm_arch = triple.getArch(); DisassemblerLLVMC() local