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

  /external/llvm/lib/Target/X86/
X86Subtarget.h 109 /// HasFSGSBase - Processor has FS/GS base insturctions.
110 bool HasFSGSBase;
251 bool hasFSGSBase() const { return HasFSGSBase; }
X86Subtarget.cpp 306 HasFSGSBase = true;
437 HasFSGSBase = false;

Completed in 17 milliseconds