HomeSort by relevance Sort by last modified time
    Searched refs:adjustFixupValue (Results 1 - 5 of 5) sorted by null

  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 25 static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) {
116 Value = adjustFixupValue(Fixup.getKind(), Value);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 33 static unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value,
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/Sparc/MCTargetDesc/
SparcAsmBackend.cpp 22 static unsigned adjustFixupValue(unsigned Kind, uint64_t Value) {
234 Value = adjustFixupValue(Fixup.getKind(), Value);
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 130 static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) {
210 Value = adjustFixupValue(Fixup.getKind(), Value);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 336 static unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value,
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);
    [all...]

Completed in 140 milliseconds