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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.h 43 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
ARMAsmBackend.cpp 758 bool ARMAsmBackend::shouldForceRelocation(const MCAssembler &Asm,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
AVRAsmBackend.h 71 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
AVRAsmBackend.cpp 467 bool AVRAsmBackend::shouldForceRelocation(const MCAssembler &Asm,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.h 91 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
MipsAsmBackend.cpp 531 bool MipsAsmBackend::shouldForceRelocation(const MCAssembler &Asm,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCAsmBackend.h 85 virtual bool shouldForceRelocation(const MCAssembler &Asm,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 137 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/MCTargetDesc/
SparcAsmBackend.cpp 213 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 94 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
362 bool AArch64AsmBackend::shouldForceRelocation(const MCAssembler &Asm,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/MCTargetDesc/
RISCVAsmBackend.cpp 56 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
126 // Resolved could be always false when shouldForceRelocation return true.
128 // by shouldForceRelocation.
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/MCTargetDesc/
HexagonAsmBackend.cpp 204 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCAssembler.cpp 278 if (IsResolved && getBackend().shouldForceRelocation(*this, Fixup, Target)) {
    [all...]

Completed in 1261 milliseconds