reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/source/Plugins/ABI/SysV-arm/ABISysV_arm.cpp
 1324   const llvm::Triple::ArchType arch_type = arch.GetTriple().getArch();
 1325   const llvm::Triple::VendorType vendor_type = arch.GetTriple().getVendor();
 1331           new ABISysV_arm(std::move(process_sp), MakeMCRegisterInfo(arch)));