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
244
bool
isTarget64BitLP64
() const {
X86RegisterInfo.cpp
183
if (Subtarget.
isTarget64BitLP64
())
187
if (Subtarget.
isTarget64BitLP64
())
X86FrameLowering.cpp
660
bool IsLP64 = STI.
isTarget64BitLP64
();
[
all
...]
Completed in 36 milliseconds