OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isTarget64BitLP64
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/X86/
X86Subtarget.h
296
bool
isTarget64BitLP64
() const {
X86RegisterInfo.cpp
164
if (Subtarget.
isTarget64BitLP64
())
168
if (Subtarget.
isTarget64BitLP64
())
X86FrameLowering.cpp
452
bool IsLP64 = STI.
isTarget64BitLP64
();
845
bool IsLP64 = STI.
isTarget64BitLP64
();
[
all
...]
Completed in 235 milliseconds