OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
;
277
bool
hasFSGSBase
() const { return
HasFSGSBase
; }
X86Subtarget.cpp
331
HasFSGSBase
= true;
474
HasFSGSBase
= false;
Completed in 28 milliseconds