OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adjustFixupValue
(Results
1 - 15
of
15
) sorted by relevancy
/src/external/apache2/llvm/dist/llvm/lib/Target/MSP430/MCTargetDesc/
MSP430AsmBackend.cpp
32
uint64_t
adjustFixupValue
(const MCFixup &Fixup, uint64_t Value,
96
uint64_t MSP430AsmBackend::
adjustFixupValue
(const MCFixup &Fixup,
130
Value =
adjustFixupValue
(Fixup, Value, Asm.getContext());
/src/external/apache2/llvm/dist/llvm/lib/Target/Lanai/MCTargetDesc/
LanaiAsmBackend.cpp
24
static unsigned
adjustFixupValue
(unsigned Kind, uint64_t Value) {
91
Value =
adjustFixupValue
(static_cast<unsigned>(Kind), Value);
/src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
AVRAsmBackend.h
34
void
adjustFixupValue
(const MCFixup &Fixup, const MCValue &Target,
AVRAsmBackend.cpp
242
void AVRAsmBackend::
adjustFixupValue
(const MCFixup &Fixup,
366
adjustFixupValue
(Fixup, Target, Value, &Asm.getContext());
/src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
CSKYAsmBackend.cpp
54
static uint64_t
adjustFixupValue
(const MCFixup &Fixup, uint64_t Value,
110
Value =
adjustFixupValue
(Fixup, Value, Ctx);
/src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
VEAsmBackend.cpp
23
static uint64_t
adjustFixupValue
(unsigned Kind, uint64_t Value) {
190
Value =
adjustFixupValue
(Fixup.getKind(), Value);
/src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.h
47
unsigned
adjustFixupValue
(const MCAssembler &Asm, const MCFixup &Fixup,
ARMAsmBackend.cpp
426
unsigned ARMAsmBackend::
adjustFixupValue
(const MCAssembler &Asm,
1052
Value =
adjustFixupValue
(Asm, Fixup, Target, Value, IsResolved, Ctx, STI);
/src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUAsmBackend.cpp
106
static uint64_t
adjustFixupValue
(const MCFixup &Fixup, uint64_t Value,
136
Value =
adjustFixupValue
(Fixup, Value, &Asm.getContext());
/src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp
27
static uint64_t
adjustFixupValue
(unsigned Kind, uint64_t Value) {
144
Value =
adjustFixupValue
(Kind, Value);
/src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
SparcAsmBackend.cpp
23
static unsigned
adjustFixupValue
(unsigned Kind, uint64_t Value) {
301
Value =
adjustFixupValue
(Fixup.getKind(), Value);
/src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp
38
static unsigned
adjustFixupValue
(const MCFixup &Fixup, uint64_t Value,
250
Value =
adjustFixupValue
(Fixup, Value, Ctx);
/src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVAsmBackend.cpp
221
static uint64_t
adjustFixupValue
(const MCFixup &Fixup, uint64_t Value,
396
Value =
adjustFixupValue
(Fixup, Value, Ctx);
/src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp
149
static uint64_t
adjustFixupValue
(const MCFixup &Fixup, const MCValue &Target,
400
Value =
adjustFixupValue
(Fixup, Target, Value, Ctx, TheTriple, IsResolved);
/src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp
362
static uint64_t
adjustFixupValue
(MCFixupKind Kind, uint64_t Value) {
435
Value =
adjustFixupValue
(Kind, FixupValue);
Completed in 55 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026