Home | History | Annotate | Download | only in simpleperf

Lines Matching refs:ArchType

26 ArchType ScopedCurrentArch::current_arch = ARCH_UNSUPPORTED;
27 ArchType ScopedCurrentArch::current_arch32 = ARCH_UNSUPPORTED;
29 ArchType GetArchType(const std::string& arch) {
52 ArchType GetArchForAbi(ArchType machine_arch, int abi) {
64 std::string GetArchString(ArchType arch) {
82 bool IsArchTheSame(ArchType arch1, ArchType arch2, bool strict_check) {
99 uint64_t GetSupportedRegMask(ArchType arch) {
135 std::string GetRegName(size_t regno, ArchType arch) {
187 void SetIpReg(ArchType arch, uint64_t ip, RegSet* regs) {
216 bool GetSpRegValue(const RegSet& regs, ArchType arch, uint64_t* value) {