OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelocType
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/Target/ARM/
ARMMachObjectWriter.cpp
56
static bool getARMFixupKindMachOInfo(unsigned Kind, unsigned &
RelocType
,
58
RelocType
= unsigned(macho::RIT_Vanilla);
84
RelocType
= unsigned(macho::RIT_ARM_Branch24Bit);
91
RelocType
= unsigned(macho::RIT_ARM_ThumbBranch22Bit);
98
RelocType
= unsigned(macho::RIT_ARM_ThumbBranch22Bit);
106
RelocType
= unsigned(macho::RIT_ARM_HalfDifference);
115
RelocType
= unsigned(macho::RIT_ARM_Half);
290
unsigned
RelocType
= macho::RIT_Vanilla;
291
if (!getARMFixupKindMachOInfo(Fixup.getKind(),
RelocType
, Log2Size)) {
300
if (
RelocType
== macho::RIT_ARM_Half |
[
all
...]
/external/llvm/lib/Target/X86/
X86CodeEmitter.cpp
414
unsigned
RelocType
= Is64BitMode ?
424
emitGlobalAddress(RelocOp->getGlobal(),
RelocType
, RelocOp->getOffset(),
427
emitExternalSymbolAddress(RelocOp->getSymbolName(),
RelocType
);
429
emitConstPoolAddress(RelocOp->getIndex(),
RelocType
,
433
emitJumpTableAddress(RelocOp->getIndex(),
RelocType
, Adj);
[
all
...]
/external/llvm/lib/MC/
ELFObjectWriter.cpp
[
all
...]