HomeSort by: relevance | last modified time | path
    Searched refs:shouldForceRelocation (Results 1 - 16 of 16) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
AVRAsmBackend.h 60 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
AVRAsmBackend.cpp 468 bool AVRAsmBackend::shouldForceRelocation(const MCAssembler &Asm,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.h 68 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
MipsAsmBackend.cpp 533 bool MipsAsmBackend::shouldForceRelocation(const MCAssembler &Asm,
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.h 44 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
ARMAsmBackend.cpp 879 bool ARMAsmBackend::shouldForceRelocation(const MCAssembler &Asm,
  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCAsmBackend.h 91 virtual bool shouldForceRelocation(const MCAssembler &Asm,
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVAsmBackend.h 45 // Returns true if relocations will be forced for shouldForceRelocation by
81 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
RISCVAsmBackend.cpp 93 bool RISCVAsmBackend::shouldForceRelocation(const MCAssembler &Asm,
124 // Resolved could be always false when shouldForceRelocation return true.
126 // by shouldForceRelocation.
375 if (shouldForceRelocation(Asm, *AUIPCFixup, AUIPCTarget)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/MCTargetDesc/
VEAsmBackend.cpp 130 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 159 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Sparc/MCTargetDesc/
SparcAsmBackend.cpp 230 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 99 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
472 bool AArch64AsmBackend::shouldForceRelocation(const MCAssembler &Asm,
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp 205 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
X86AsmBackend.cpp 180 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
734 bool X86AsmBackend::shouldForceRelocation(const MCAssembler &,
  /src/external/apache2/llvm/dist/llvm/lib/MC/
MCAssembler.cpp 281 if (IsResolved && getBackend().shouldForceRelocation(*this, Fixup, Target)) {

Completed in 25 milliseconds