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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 161 /// In64BitMode - True if compiling for 64-bit, false for 32-bit.
162 bool In64BitMode;
190 bool is64Bit() const { return In64BitMode; }
260 return In64BitMode && TargetTriple.isOSWindows();
266 return !In64BitMode && (isTargetMingw() || isTargetWindows());
X86Subtarget.cpp 161 if (In64BitMode)
355 , In64BitMode(is64Bit) {
371 if (In64BitMode) {
392 if (In64BitMode) {
411 if (In64BitMode)
417 assert((!In64BitMode || HasX86_64) &&
425 isTargetSolaris() || In64BitMode)

Completed in 33 milliseconds