HomeSort by relevance Sort by last modified time
    Searched refs:RegStrings (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/MC/
MCRegisterInfo.h 166 const char *RegStrings; // Pointer to the string table.
265 RegStrings = Strings;
368 return RegStrings + get(RegNo).Name;
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCRegisterInfo.h 167 const char *RegStrings; // Pointer to the string table.
265 RegStrings = Strings;
378 return RegStrings + get(RegNo).Name;
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCRegisterInfo.h 167 const char *RegStrings; // Pointer to the string table.
265 RegStrings = Strings;
378 return RegStrings + get(RegNo).Name;
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCRegisterInfo.h 167 const char *RegStrings; // Pointer to the string table.
265 RegStrings = Strings;
378 return RegStrings + get(RegNo).Name;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCRegisterInfo.h 167 const char *RegStrings; // Pointer to the string table.
265 RegStrings = Strings;
378 return RegStrings + get(RegNo).Name;
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCRegisterInfo.h 167 const char *RegStrings; // Pointer to the string table.
265 RegStrings = Strings;
378 return RegStrings + get(RegNo).Name;
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCRegisterInfo.h 167 const char *RegStrings; // Pointer to the string table.
265 RegStrings = Strings;
378 return RegStrings + get(RegNo).Name;
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCRegisterInfo.h 167 const char *RegStrings; // Pointer to the string table.
265 RegStrings = Strings;
378 return RegStrings + get(RegNo).Name;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCRegisterInfo.h 167 const char *RegStrings; // Pointer to the string table.
265 RegStrings = Strings;
378 return RegStrings + get(RegNo).Name;
  /external/llvm/utils/TableGen/
RegisterInfoEmitter.cpp 846 SequenceToOffsetTable<std::string> RegStrings;
852 RegStrings.add(Reg.getName());
    [all...]

Completed in 1100 milliseconds