Searched defs:adjustFixupValue (Results 1 - 5 of 5) sorted by relevance

/external/llvm/lib/Target/Sparc/MCTargetDesc/
H A DSparcAsmBackend.cpp22 static unsigned adjustFixupValue(unsigned Kind, uint64_t Value) { function
234 Value = adjustFixupValue(Fixup.getKind(), Value);
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCAsmBackend.cpp25 static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) { function
116 Value = adjustFixupValue(Fixup.getKind(), Value);
/external/llvm/lib/Target/Mips/MCTargetDesc/
H A DMipsAsmBackend.cpp33 static unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value, function
170 Value = adjustFixupValue(Fixup, Value);
387 // At this point we'll ignore the value returned by adjustFixupValue as
391 (void)adjustFixupValue(Fixup, Value, &Asm.getContext());
/external/llvm/lib/Target/AArch64/MCTargetDesc/
H A DAArch64AsmBackend.cpp130 static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) { function
210 Value = adjustFixupValue(Fixup.getKind(), Value);
/external/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMAsmBackend.cpp336 static unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value, function
631 // the instruction. This allows adjustFixupValue() to issue a diagnostic
633 (void)adjustFixupValue(Fixup, Value, false, &Asm.getContext(),
737 Value = adjustFixupValue(Fixup, Value, IsPCRel, nullptr, IsLittleEndian);

Completed in 5355 milliseconds