| /external/llvm-project/llvm/lib/Target/AVR/MCTargetDesc/ |
| D | AVRAsmBackend.cpp | 38 std::string Description, const MCFixup &Fixup, in signed_width() 58 std::string Description, const MCFixup &Fixup, in unsigned_width() 77 static void adjustBranch(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in adjustBranch() 88 static void adjustRelativeBranch(unsigned Size, const MCFixup &Fixup, in adjustRelativeBranch() 104 static void fixup_call(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_call() 120 static void fixup_7_pcrel(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_7_pcrel() 134 static void fixup_13_pcrel(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_13_pcrel() 147 static void fixup_6(const MCFixup &Fixup, uint64_t &Value, in fixup_6() 159 static void fixup_6_adiw(const MCFixup &Fixup, uint64_t &Value, in fixup_6_adiw() 170 static void fixup_port5(const MCFixup &Fixup, uint64_t &Value, in fixup_port5() [all …]
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/MCTargetDesc/ |
| D | AVRAsmBackend.cpp | 38 const MCFixup &Fixup, MCContext *Ctx = nullptr) { in signed_width() 57 const MCFixup &Fixup, MCContext *Ctx = nullptr) { in unsigned_width() 75 void adjustBranch(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in adjustBranch() 86 void adjustRelativeBranch(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in adjustRelativeBranch() 104 void fixup_call(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_call() 120 void fixup_7_pcrel(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_7_pcrel() 134 void fixup_13_pcrel(unsigned Size, const MCFixup &Fixup, uint64_t &Value, in fixup_13_pcrel() 147 void fixup_6_adiw(const MCFixup &Fixup, uint64_t &Value, in fixup_6_adiw() 158 void fixup_port5(const MCFixup &Fixup, uint64_t &Value, in fixup_port5() 171 void fixup_port6(const MCFixup &Fixup, uint64_t &Value, in fixup_port6() [all …]
|
| /external/llvm-project/llvm/lib/Target/MSP430/MCTargetDesc/ |
| D | MSP430AsmBackend.cpp | 50 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, in fixupNeedsRelaxation() 56 bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved, in fixupNeedsRelaxationAdvanced() 96 uint64_t MSP430AsmBackend::adjustFixupValue(const MCFixup &Fixup, in adjustFixupValue() 125 void MSP430AsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/MCTargetDesc/ |
| D | MSP430AsmBackend.cpp | 50 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, in fixupNeedsRelaxation() 56 bool fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, bool Resolved, in fixupNeedsRelaxationAdvanced() 104 uint64_t MSP430AsmBackend::adjustFixupValue(const MCFixup &Fixup, in adjustFixupValue() 133 void MSP430AsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
| D | RISCVAsmBackend.cpp | 30 const MCFixup &Fixup, in shouldForceRelocation() 51 bool RISCVAsmBackend::fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, in fixupNeedsRelaxationAdvanced() 154 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() 256 const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFixup &Fixup, in evaluateTargetFixup() 316 void RISCVAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup() 385 MCFixup Fixup = in shouldInsertFixupForCodeAlign() local
|
| /external/llvm-project/llvm/lib/Target/RISCV/MCTargetDesc/ |
| D | RISCVAsmBackend.cpp | 91 const MCFixup &Fixup, in shouldForceRelocation() 114 bool RISCVAsmBackend::fixupNeedsRelaxationAdvanced(const MCFixup &Fixup, in fixupNeedsRelaxationAdvanced() 218 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() 320 const MCAssembler &Asm, const MCAsmLayout &Layout, const MCFixup &Fixup, in evaluateTargetFixup() 380 void RISCVAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup() 452 MCFixup Fixup = in shouldInsertFixupForCodeAlign() local
|
| /external/llvm-project/clang-tools-extra/clang-tidy/bugprone/ |
| D | ReservedIdentifierCheck.cpp | 124 auto AppendFailure = [&](StringRef Kind, std::string &&Fixup) { in getFailureInfoImpl() 137 if (auto Fixup = getDoubleUnderscoreFixup(InProgressFixup(), LangOpts)) in getFailureInfoImpl() local 139 if (auto Fixup = getUnderscoreCapitalFixup(InProgressFixup())) in getFailureInfoImpl() local 141 if (auto Fixup = getUnderscoreGlobalNamespaceFixup(InProgressFixup(), in getFailureInfoImpl() local
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| D | PPCELFObjectWriter.cpp | 42 const MCFixup &Fixup) { in getAccessVariant() 74 const MCFixup &Fixup, in getRelocType()
|
| D | PPCMachObjectWriter.cpp | 44 const MCFixup &Fixup, MCValue Target, in recordRelocation() 177 const MCFixup &Fixup) { in getFixupOffset() 192 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in recordScatteredRelocation() 302 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordPPCRelocation()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86MachObjectWriter.cpp | 61 const MCFixup &Fixup, MCValue Target, in recordRelocation() 104 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordX86_64Relocation() 367 const MCFixup &Fixup, in recordScatteredRelocation() 467 const MCFixup &Fixup, in recordTLVPRelocation() 507 const MCFixup &Fixup, in RecordX86Relocation()
|
| /external/llvm-project/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86MachObjectWriter.cpp | 61 const MCFixup &Fixup, MCValue Target, in recordRelocation() 104 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordX86_64Relocation() 367 const MCFixup &Fixup, in recordScatteredRelocation() 467 const MCFixup &Fixup, in recordTLVPRelocation() 507 const MCFixup &Fixup, in RecordX86Relocation()
|
| /external/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86MachObjectWriter.cpp | 62 const MCFixup &Fixup, MCValue Target, in recordRelocation() 104 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordX86_64Relocation() 369 const MCFixup &Fixup, in recordScatteredRelocation() 469 const MCFixup &Fixup, in recordTLVPRelocation() 511 const MCFixup &Fixup, in RecordX86Relocation()
|
| /external/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| D | PPCELFObjectWriter.cpp | 42 const MCFixup &Fixup) { in getAccessVariant() 74 const MCFixup &Fixup, in getRelocType()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsAsmBackend.cpp | 38 static unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() 243 void MipsAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup() 534 const MCFixup &Fixup, in shouldForceRelocation()
|
| /external/llvm-project/llvm/lib/Target/Mips/MCTargetDesc/ |
| D | MipsAsmBackend.cpp | 38 static unsigned adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() 243 void MipsAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup() 534 const MCFixup &Fixup, in shouldForceRelocation()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
| D | AArch64ELFObjectWriter.cpp | 57 static bool isNonILP32reloc(const MCFixup &Fixup, in isNonILP32reloc() 107 const MCFixup &Fixup, in getRelocType()
|
| /external/llvm-project/llvm/lib/Target/AArch64/MCTargetDesc/ |
| D | AArch64ELFObjectWriter.cpp | 57 static bool isNonILP32reloc(const MCFixup &Fixup, in isNonILP32reloc() 107 const MCFixup &Fixup, in getRelocType()
|
| /external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
| D | PPCELFObjectWriter.cpp | 42 const MCFixup &Fixup) { in getAccessVariant() 70 const MCFixup &Fixup, in getRelocType()
|
| D | PPCMachObjectWriter.cpp | 45 const MCFixup &Fixup, MCValue Target, in recordRelocation() 178 const MCFixup &Fixup) { in getFixupOffset() 193 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in recordScatteredRelocation() 303 const MCFragment *Fragment, const MCFixup &Fixup, MCValue Target, in RecordPPCRelocation()
|
| /external/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMELFObjectWriter.cpp | 71 const MCFixup &Fixup, in getRelocType() 77 const MCFixup &Fixup, in GetRelocTypeInner()
|
| /external/llvm-project/llvm/lib/Target/Sparc/MCTargetDesc/ |
| D | SparcAsmBackend.cpp | 227 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() 260 bool fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation() 293 void applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
|
| /external/llvm-project/llvm/lib/Target/VE/MCTargetDesc/ |
| D | VEAsmBackend.cpp | 130 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() 153 bool fixupNeedsRelaxation(const MCFixup &Fixup, uint64_t Value, in fixupNeedsRelaxation() 186 void applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
| D | ARMELFObjectWriter.cpp | 73 const MCFixup &Fixup, in getRelocType() 79 const MCFixup &Fixup, in GetRelocTypeInner()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
| D | AMDGPUAsmBackend.cpp | 65 bool AMDGPUAsmBackend::fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation() 108 static uint64_t adjustFixupValue(const MCFixup &Fixup, uint64_t Value, in adjustFixupValue() 133 void AMDGPUAsmBackend::applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/MCTargetDesc/ |
| D | SparcAsmBackend.cpp | 226 bool shouldForceRelocation(const MCAssembler &Asm, const MCFixup &Fixup, in shouldForceRelocation() 265 bool fixupNeedsRelaxation(const MCFixup &Fixup, in fixupNeedsRelaxation() 298 void applyFixup(const MCAssembler &Asm, const MCFixup &Fixup, in applyFixup()
|