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

  /external/llvm/include/llvm/ADT/
Triple.h 483 bool isPS4() const {
  /external/llvm/lib/Target/X86/
X86Subtarget.h 395 bool isTargetPS4() const { return TargetTriple.isPS4(); }
  /external/clang/lib/Parse/
ParsePragma.cpp 201 if (getLangOpts().MicrosoftExt || getTargetInfo().getTriple().isPS4()) {
267 if (getLangOpts().MicrosoftExt || getTargetInfo().getTriple().isPS4()) {
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfDebug.cpp 199 IsPS4(Triple(A->getTargetTriple()).isPS4()),
224 HasDwarfPubSections = !IsDarwin && !IsPS4;
234 UseGNUTLSOpcode = !(IsDarwin || IsPS4) || DwarfVersion < 3;
    [all...]

Completed in 210 milliseconds