OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MO_GOTNTPOFF
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h
166
///
MO_GOTNTPOFF
- On a symbol operand this indicates that the immediate is
172
MO_GOTNTPOFF
,
/external/llvm/lib/Target/X86/
X86AsmPrinter.cpp
195
case X86II::
MO_GOTNTPOFF
: O << "@GOTNTPOFF"; break;
X86MCInstLower.cpp
192
case X86II::
MO_GOTNTPOFF
: RefKind = MCSymbolRefExpr::VK_GOTNTPOFF; break;
X86ISelLowering.cpp
[
all
...]
Completed in 729 milliseconds