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

  /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/Mips/MCTargetDesc/
MipsAsmBackend.cpp 533 bool MipsAsmBackend::shouldForceRelocation(const MCAssembler &Asm,
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/MCTargetDesc/
AVRAsmBackend.cpp 468 bool AVRAsmBackend::shouldForceRelocation(const MCAssembler &Asm,
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/MCTargetDesc/
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/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/ARM/MCTargetDesc/
ARMAsmBackend.cpp 879 bool ARMAsmBackend::shouldForceRelocation(const MCAssembler &Asm,
  /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 &,

Completed in 26 milliseconds