OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:RelocationType
(Results
1 - 9
of
9
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
AlphaRelocations.h
21
enum
RelocationType
{
/external/swiftshader/third_party/LLVM/lib/Target/MBlaze/
MBlazeRelocations.h
21
enum
RelocationType
{
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsRelocations.h
22
enum
RelocationType
{
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
PPCRelocations.h
27
enum
RelocationType
{
/external/swiftshader/third_party/LLVM/lib/Target/X86/
X86Relocations.h
21
///
RelocationType
- An enum for the x86 relocation codes. Note that
26
enum
RelocationType
{
/external/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp
41
MCSymbolRefExpr::VariantKind
RelocationType
;
44
RelocationType
= MCSymbolRefExpr::VK_None;
47
RelocationType
= MCSymbolRefExpr::VK_Hexagon_PCREL;
50
RelocationType
= MCSymbolRefExpr::VK_GOT;
53
RelocationType
= MCSymbolRefExpr::VK_Hexagon_LO16;
56
RelocationType
= MCSymbolRefExpr::VK_Hexagon_HI16;
59
RelocationType
= MCSymbolRefExpr::VK_Hexagon_GPREL;
62
RelocationType
= MCSymbolRefExpr::VK_Hexagon_GD_GOT;
65
RelocationType
= MCSymbolRefExpr::VK_Hexagon_GD_PLT;
68
RelocationType
= MCSymbolRefExpr::VK_Hexagon_IE
[
all
...]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMRelocations.h
21
enum
RelocationType
{
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonMCInstLower.cpp
49
MCSymbolRefExpr::VariantKind
RelocationType
;
52
RelocationType
= MCSymbolRefExpr::VK_None;
55
RelocationType
= MCSymbolRefExpr::VK_Hexagon_PCREL;
58
RelocationType
= MCSymbolRefExpr::VK_GOT;
61
RelocationType
= MCSymbolRefExpr::VK_Hexagon_LO16;
64
RelocationType
= MCSymbolRefExpr::VK_Hexagon_HI16;
67
RelocationType
= MCSymbolRefExpr::VK_Hexagon_GPREL;
70
RelocationType
= MCSymbolRefExpr::VK_Hexagon_GD_GOT;
73
RelocationType
= MCSymbolRefExpr::VK_Hexagon_GD_PLT;
76
RelocationType
= MCSymbolRefExpr::VK_Hexagon_IE
[
all
...]
/external/swiftshader/third_party/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 2646 milliseconds