OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is32bitmode
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/X86/MCTargetDesc/
X86MCCodeEmitter.cpp
48
bool
is32BitMode
(const MCSubtargetInfo &STI) const {
[
all
...]
/external/llvm/lib/Target/X86/AsmParser/
X86AsmInstrumentation.cpp
261
bool
is32BitMode
() const {
270
if (
is32BitMode
()) return 32;
[
all
...]
X86AsmParser.cpp
766
bool
is32BitMode
() const {
787
if (
is32BitMode
()) return 32;
[
all
...]
Completed in 219 milliseconds