OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RelocationType
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/Target/Mips/
MipsRelocations.h
22
enum
RelocationType
{
MipsJITInfo.cpp
254
switch ((Mips::
RelocationType
) MR->getRelocationType()) {
/external/llvm/lib/Target/X86/
X86Relocations.h
21
///
RelocationType
- An enum for the x86 relocation codes. Note that
26
enum
RelocationType
{
X86JITInfo.cpp
547
switch ((X86::
RelocationType
)MR->getRelocationType()) {
/external/llvm/lib/Target/PowerPC/
PPCRelocations.h
27
enum
RelocationType
{
PPCJITInfo.cpp
418
switch ((PPC::
RelocationType
)MR->getRelocationType()) {
/external/llvm/lib/Target/ARM/
ARMRelocations.h
21
enum
RelocationType
{
ARMJITInfo.cpp
239
ARM::
RelocationType
RT = (ARM::
RelocationType
)MR->getRelocationType();
272
switch ((ARM::
RelocationType
)MR->getRelocationType()) {
/external/llvm/include/llvm/CodeGen/
MachineRelocation.h
76
enum
RelocationType
{
82
static MachineRelocation getGV(uintptr_t offset, unsigned
RelocationType
,
86
assert((
RelocationType
& ~63) == 0 && "Relocation type too large!");
90
Result.TargetReloType =
RelocationType
;
102
unsigned
RelocationType
,
106
assert((
RelocationType
& ~63) == 0 && "Relocation type too large!");
110
Result.TargetReloType =
RelocationType
;
121
static MachineRelocation getBB(uintptr_t offset,unsigned
RelocationType
,
123
assert((
RelocationType
& ~63) == 0 && "Relocation type too large!");
127
Result.TargetReloType =
RelocationType
;
[
all
...]
Completed in 56 milliseconds