OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:adjustFixupValue
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp
30
static unsigned
adjustFixupValue
(unsigned Kind, uint64_t Value) {
106
Value =
adjustFixupValue
((unsigned)Kind, Value);
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp
25
static uint64_t
adjustFixupValue
(unsigned Kind, uint64_t Value) {
115
Value =
adjustFixupValue
(Fixup.getKind(), Value);
/external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp
77
static uint64_t
adjustFixupValue
(unsigned Kind, uint64_t Value);
181
Value =
adjustFixupValue
(Fixup.getKind(), Value);
239
static uint64_t
adjustFixupValue
(unsigned Kind, uint64_t Value) {
/external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp
254
static unsigned
adjustFixupValue
(const MCFixup &Fixup, uint64_t Value,
555
// the instruction. This allows
adjustFixupValue
() to issue a diagnostic
557
(void)
adjustFixupValue
(Fixup, Value, &Asm.getContext());
611
Value =
adjustFixupValue
(Fixup, Value);
Completed in 236 milliseconds