HomeSort by relevance Sort by last modified time
    Searched defs:ArchType (Results 1 - 3 of 3) sorted by null

  /system/extras/simpleperf/
perf_regs.h 36 enum ArchType {
44 constexpr ArchType GetBuildArch() {
58 ArchType GetArchType(const std::string& arch);
59 uint64_t GetSupportedRegMask(ArchType arch);
60 std::string GetRegName(size_t regno, ArchType arch);
64 ScopedCurrentArch(ArchType arch) : saved_arch(current_arch) {
70 static ArchType GetCurrentArch() {
75 ArchType saved_arch;
76 static ArchType current_arch;
87 bool GetSpRegValue(const RegSet& regs, ArchType arch, uint64_t* value)
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 46 enum ArchType {
196 ArchType Arch;
251 ArchType getArch() const { return Arch; }
553 void setArch(ArchType Kind);
640 static const char *getArchTypeName(ArchType Kind);
648 static const char *getArchTypePrefix(ArchType Kind);
666 static ArchType getArchTypeForLLVMName(StringRef Str);
  /external/clang/lib/Driver/
Tools.cpp     [all...]

Completed in 1724 milliseconds