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

  /external/llvm/lib/Target/Sparc/MCTargetDesc/
SparcAsmBackend.cpp 22 static unsigned adjustFixupValue(unsigned Kind, uint64_t Value) {
278 Value = adjustFixupValue(Fixup.getKind(), Value);
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 27 static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) {
118 Value = adjustFixupValue(Fixup.getKind(), Value);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 33 static unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value,
198 Value = adjustFixupValue(Fixup, Value);
434 // At this point we'll ignore the value returned by adjustFixupValue as
438 (void)adjustFixupValue(Fixup, Value, &Asm.getContext());
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 132 static uint64_t adjustFixupValue(unsigned Kind, uint64_t Value) {
212 Value = adjustFixupValue(Fixup.getKind(), Value);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 342 unsigned ARMAsmBackend::adjustFixupValue(const MCFixup &Fixup, uint64_t Value,
672 // the instruction. This allows adjustFixupValue() to issue a diagnostic
674 (void)adjustFixupValue(Fixup, Value, false, &Asm.getContext(),
779 adjustFixupValue(Fixup, Value, IsPCRel, nullptr, IsLittleEndian, true);
    [all...]

Completed in 4288 milliseconds