OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MO_TLSLDM
(Results
1 - 7
of
7
) sorted by null
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsBaseInfo.h
61
///
MO_TLSLDM
- Represents the offset into the global offset table at which
64
MO_TLSLDM
,
/external/llvm/lib/Target/Mips/
MipsMCInstLower.cpp
51
case MipsII::
MO_TLSLDM
: Kind = MCSymbolRefExpr::VK_Mips_TLSLDM; break;
MipsISelLowering.cpp
[
all
...]
/external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h
115
///
MO_TLSLDM
- On a symbol operand this indicates that the immediate is
123
MO_TLSLDM
,
/external/llvm/lib/Target/X86/
X86AsmPrinter.cpp
155
case X86II::
MO_TLSLDM
: O << "@TLSLDM"; break;
X86MCInstLower.cpp
196
case X86II::
MO_TLSLDM
: RefKind = MCSymbolRefExpr::VK_TLSLDM; break;
[
all
...]
X86ISelLowering.cpp
[
all
...]
Completed in 201 milliseconds