/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 31 unsigned Log2Size, uint64_t &FixedValue); 36 MCValue Target, uint64_t &FixedValue); 45 uint64_t &FixedValue) override { in recordRelocation() argument 50 FixedValue); in recordRelocation() 193 unsigned Log2Size, uint64_t &FixedValue) { in recordScatteredRelocation() argument 214 FixedValue += SecAddr; in recordScatteredRelocation() 226 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in recordScatteredRelocation() 256 other_half = (FixedValue >> 16) & 0xffff; in recordScatteredRelocation() 262 FixedValue &= 0xffff; in recordScatteredRelocation() 265 other_half = FixedValue & 0xffff; in recordScatteredRelocation() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 38 uint64_t &FixedValue); 44 uint64_t &FixedValue); 49 const MCSymbol &S, uint64_t FixedValue); 58 uint64_t &FixedValue) override; 146 uint64_t &FixedValue) { in RecordARMScatteredHalfRelocation() argument 173 FixedValue += SecAddr; in RecordARMScatteredHalfRelocation() 188 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in RecordARMScatteredHalfRelocation() 215 FixedValue &= 0xfffffffe; in RecordARMScatteredHalfRelocation() 219 FixedValue &= 0xfffffffe; in RecordARMScatteredHalfRelocation() 229 ? (FixedValue & 0xffff) : ((FixedValue & 0xffff0000) >> 16); in RecordARMScatteredHalfRelocation() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 34 uint64_t &FixedValue); 41 uint64_t &FixedValue); 49 uint64_t &FixedValue); 53 MCValue Target, uint64_t &FixedValue); 62 uint64_t &FixedValue) override { in recordRelocation() argument 65 FixedValue); in recordRelocation() 68 FixedValue); in recordRelocation() 105 uint64_t &FixedValue) { in RecordX86_64Relocation() argument 257 FixedValue = Res; in RecordX86_64Relocation() 353 FixedValue = Value; in RecordX86_64Relocation() [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCMachObjectWriter.h | 78 uint64_t &FixedValue) = 0; 239 unsigned Log2Size, uint64_t &FixedValue); 243 MCValue Target, uint64_t &FixedValue); 247 MCValue Target, uint64_t &FixedValue) override;
|
D | MCObjectWriter.h | 71 uint64_t &FixedValue) = 0;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 46 uint64_t &FixedValue) override; 154 uint64_t &FixedValue) { in recordRelocation() argument 170 FixedValue += FixupOffset; in recordRelocation() 176 FixedValue = 0; in recordRelocation() 396 FixedValue = Value; in recordRelocation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCAssembler.cpp | 728 uint64_t FixedValue; in handleFixup() local 730 bool IsResolved = evaluateFixup(Layout, Fixup, &F, Target, FixedValue, in handleFixup() 747 FixedValue); in handleFixup() 751 FixedValue); in handleFixup() 754 FixedValue); in handleFixup() 757 return std::make_tuple(Target, FixedValue, IsResolved); in handleFixup() 853 uint64_t FixedValue; in layout() local 856 std::tie(Target, FixedValue, IsResolved) = in layout() 858 getBackend().applyFixup(*this, Fixup, Target, Contents, FixedValue, in layout()
|
D | WinCOFFObjectWriter.cpp | 205 MCValue Target, uint64_t &FixedValue) override; 700 uint64_t &FixedValue) { in recordRelocation() argument 743 FixedValue = (OffsetOfRelocation - OffsetOfB) + Target.getConstant(); in recordRelocation() 745 FixedValue = Target.getConstant(); in recordRelocation() 760 FixedValue += Layout.getSymbolOffset(A); in recordRelocation() 780 FixedValue += 4; in recordRelocation() 815 FixedValue = FixedValue + 4; in recordRelocation() 822 FixedValue = 0; in recordRelocation()
|
D | ELFObjectWriter.cpp | 272 MCValue Target, uint64_t &FixedValue) override; 1423 uint64_t &FixedValue) { in recordRelocation() argument 1479 FixedValue = !RelocateWithSymbol && SymA && !SymA->isUndefined() in recordRelocation() 1483 Addend = FixedValue; in recordRelocation() 1484 FixedValue = 0; in recordRelocation()
|
D | MachObjectWriter.cpp | 466 uint64_t &FixedValue) { in recordRelocation() argument 474 Target, FixedValue); in recordRelocation()
|
D | WasmObjectWriter.cpp | 298 MCValue Target, uint64_t &FixedValue) override; 429 uint64_t &FixedValue) { in recordRelocation() argument 469 FixedValue = 0; in recordRelocation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/MCTargetDesc/ |
D | RISCVAsmBackend.cpp | 388 uint64_t FixedValue = 0; in shouldInsertFixupForCodeAlign() local 392 FixedValue); in shouldInsertFixupForCodeAlign()
|