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

  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonGNUInfo.cpp 26 return llvm::StringSwitch<uint64_t>(m_Options.getTargetCPU())
  /frameworks/compile/mclinker/include/mcld/
TargetOptions.h 48 const std::string& getTargetCPU() const { return m_TargetCPU; }
  /external/llvm/include/llvm/Target/
TargetMachine.h 95 const StringRef getTargetCPU() const { return TargetCPU; }
  /frameworks/compile/mclinker/lib/CodeGen/
MCLDTargetMachine.cpp 297 getTM().getTargetCPU());
335 m_pLLVMTarget->createMCAsmBackend(MRI, m_Triple, getTM().getTargetCPU());
  /external/llvm/lib/Target/
TargetMachineC.cpp 165 std::string StringRep = unwrap(T)->getTargetCPU();
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinterInlineAsm.cpp 131 TM.getTargetTriple(), TM.getTargetCPU(), TM.getTargetFeatureString()));

Completed in 85 milliseconds