HomeSort by relevance Sort by last modified time
    Searched refs:CPUSubtype (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/lib/MC/
MCMachObjectTargetWriter.cpp 17 : Is64Bit(Is64Bit_), CPUType(CPUType_), CPUSubtype(CPUSubtype_) {}
  /external/swiftshader/third_party/LLVM/lib/MC/
MCMachObjectTargetWriter.cpp 17 : Is64Bit(Is64Bit_), CPUType(CPUType_), CPUSubtype(CPUSubtype_),
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.h 53 uint32_t CPUSubtype);
ARMMachObjectWriter.cpp 44 uint32_t CPUSubtype)
45 : MCMachObjectTargetWriter(Is64Bit, CPUType, CPUSubtype,
383 uint32_t CPUSubtype) {
386 CPUSubtype),
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MCTargetDesc.h 57 uint32_t CPUSubtype);
AArch64MachObjectWriter.cpp 33 AArch64MachObjectWriter(uint32_t CPUType, uint32_t CPUSubtype)
34 : MCMachObjectTargetWriter(true /* is64Bit */, CPUType, CPUSubtype) {}
427 uint32_t CPUSubtype) {
429 new AArch64MachObjectWriter(CPUType, CPUSubtype), OS,
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMCTargetDesc.h 54 uint32_t CPUSubtype);
PPCMachObjectWriter.cpp 40 PPCMachObjectWriter(bool Is64Bit, uint32_t CPUType, uint32_t CPUSubtype)
41 : MCMachObjectTargetWriter(Is64Bit, CPUType, CPUSubtype) {}
379 uint32_t CPUSubtype) {
381 new PPCMachObjectWriter(Is64Bit, CPUType, CPUSubtype), OS,
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h 87 uint32_t CPUSubtype);
X86MachObjectWriter.cpp 57 X86MachObjectWriter(bool Is64Bit, uint32_t CPUType, uint32_t CPUSubtype)
58 : MCMachObjectTargetWriter(Is64Bit, CPUType, CPUSubtype) {}
605 uint32_t CPUSubtype) {
608 CPUSubtype),
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MCTargetDesc.h 84 uint32_t CPUSubtype);
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCMachObjectWriter.h 30 const uint32_t CPUSubtype;
54 uint32_t getCPUSubtype() const { return CPUSubtype; }
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 51 uint32_t CPUSubtype)
52 : MCMachObjectTargetWriter(Is64Bit, CPUType, CPUSubtype) {}
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMCTargetDesc.h 99 uint32_t CPUSubtype);
ARMMachObjectWriter.cpp 51 ARMMachObjectWriter(bool Is64Bit, uint32_t CPUType, uint32_t CPUSubtype)
52 : MCMachObjectTargetWriter(Is64Bit, CPUType, CPUSubtype) {}
481 uint32_t CPUSubtype) {
484 CPUSubtype),
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldImpl.h 38 unsigned CPUSubtype;
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 29 const uint32_t CPUSubtype;
55 uint32_t getCPUSubtype() const { return CPUSubtype; }
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 32 const uint32_t CPUSubtype;
58 uint32_t getCPUSubtype() const { return CPUSubtype; }
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 32 const uint32_t CPUSubtype;
58 uint32_t getCPUSubtype() const { return CPUSubtype; }
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 32 const uint32_t CPUSubtype;
58 uint32_t getCPUSubtype() const { return CPUSubtype; }
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 32 const uint32_t CPUSubtype;
58 uint32_t getCPUSubtype() const { return CPUSubtype; }
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 32 const uint32_t CPUSubtype;
58 uint32_t getCPUSubtype() const { return CPUSubtype; }
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 32 const uint32_t CPUSubtype;
58 uint32_t getCPUSubtype() const { return CPUSubtype; }
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 32 const uint32_t CPUSubtype;
58 uint32_t getCPUSubtype() const { return CPUSubtype; }
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCMachObjectWriter.h 32 const uint32_t CPUSubtype;
58 uint32_t getCPUSubtype() const { return CPUSubtype; }

Completed in 3889 milliseconds

1 2