HomeSort by: relevance | last modified time | path
    Searched defs:fixupNeedsRelaxation (Results 1 - 7 of 7) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/CSKY/MCTargetDesc/
CSKYAsmBackend.cpp 137 bool CSKYAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
  /src/external/apache2/llvm/dist/llvm/lib/Target/M68k/MCTargetDesc/
M68kAsmBackend.cpp 71 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
168 bool M68kAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUAsmBackend.cpp 36 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
63 bool AMDGPUAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 90 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
443 bool AArch64AsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 323 bool ARMAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAssembler.cpp 954 bool MCAssembler::fixupNeedsRelaxation(const MCFixup &Fixup,
980 if (fixupNeedsRelaxation(Fixup, F, Layout))
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 191 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value,
829 bool X86AsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup,

Completed in 116 milliseconds