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

  /external/llvm/lib/Target/BPF/MCTargetDesc/
BPFAsmBackend.cpp 34 void applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize,
65 void BPFAsmBackend::applyFixup(const MCFixup &Fixup, char *Data,
  /frameworks/compile/mclinker/lib/Fragment/
Stub.cpp 32 void Stub::applyFixup(Relocation& pSrcReloc,
67 void Stub::applyFixup(FragmentRef& pSrcFragRef,
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUAsmBackend.cpp 49 void applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize,
89 void AMDGPUAsmBackend::applyFixup(const MCFixup &Fixup, char *Data,
  /external/llvm/lib/Target/SystemZ/MCTargetDesc/
SystemZMCAsmBackend.cpp 51 void applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize,
87 void SystemZMCAsmBackend::applyFixup(const MCFixup &Fixup, char *Data,
  /external/llvm/lib/Target/WebAssembly/MCTargetDesc/
WebAssemblyAsmBackend.cpp 38 void applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize,
72 void WebAssemblyAsmBackend::applyFixup(const MCFixup &Fixup, char *Data,
  /external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
AMDGPUAsmBackend.cpp 48 virtual void applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize,
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64CA53ErratumStub.cpp 69 void AArch64CA53ErratumStub::applyFixup(FragmentRef& pSrcFragRef,
AArch64LongBranchStub.cpp 102 void AArch64LongBranchStub::applyFixup(Relocation& pSrcReloc,
122 Stub::applyFixup(pSrcReloc, pBuilder, pIsland);
  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsAsmBackend.cpp 191 /// ApplyFixup - Apply the \p Value for given \p Fixup into the provided
194 void MipsAsmBackend::applyFixup(const MCFixup &Fixup, char *Data,
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64AsmBackend.cpp 70 void applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize,
204 void AArch64AsmBackend::applyFixup(const MCFixup &Fixup, char *Data,
470 void applyFixup(const MCFixup &Fixup, char *Data, unsigned DataSize,
510 void ELFAArch64AsmBackend::applyFixup(const MCFixup &Fixup, char *Data,
518 AArch64AsmBackend::applyFixup (Fixup, Data, DataSize, Value, IsPCRel);
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMAsmBackend.cpp 774 void ARMAsmBackend::applyFixup(const MCFixup &Fixup, char *Data,
    [all...]

Completed in 359 milliseconds