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

  /external/llvm/include/llvm/IR/
CallingConv.h 134 X86_64_SysV = 78,
137 /// convention differs from the more common \c X86_64_SysV convention
  /external/llvm/lib/Target/X86/
X86Subtarget.h 423 return (isTargetWin64() && CC != CallingConv::X86_64_SysV) ||
X86FastISel.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/IR/
AsmWriter.cpp 88 case CallingConv::X86_64_SysV: Out << "x86_64_sysvcc"; break;
    [all...]
  /external/clang/lib/CodeGen/
CGCall.cpp 46 case CC_X86_64SysV: return llvm::CallingConv::X86_64_SysV;
    [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]

Completed in 103 milliseconds