/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMachObjectWriter.cpp | 32 unsigned Log2Size, uint64_t &FixedValue); 37 MCValue Target, uint64_t &FixedValue); 46 uint64_t &FixedValue) override { in recordRelocation() argument 51 FixedValue); in recordRelocation() 194 unsigned Log2Size, uint64_t &FixedValue) { in recordScatteredRelocation() argument 215 FixedValue += SecAddr; in recordScatteredRelocation() 227 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in recordScatteredRelocation() 257 other_half = (FixedValue >> 16) & 0xffff; in recordScatteredRelocation() 263 FixedValue &= 0xffff; in recordScatteredRelocation() 266 other_half = FixedValue & 0xffff; in recordScatteredRelocation() [all …]
|
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 37 uint64_t &FixedValue); 43 uint64_t &FixedValue); 48 const MCSymbol &S, uint64_t FixedValue); 57 uint64_t &FixedValue) override; 145 uint64_t &FixedValue) { in RecordARMScatteredHalfRelocation() argument 163 FixedValue += SecAddr; in RecordARMScatteredHalfRelocation() 178 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent()); in RecordARMScatteredHalfRelocation() 205 FixedValue &= 0xfffffffe; in RecordARMScatteredHalfRelocation() 209 FixedValue &= 0xfffffffe; in RecordARMScatteredHalfRelocation() 219 ? (FixedValue & 0xffff) : ((FixedValue & 0xffff0000) >> 16); in RecordARMScatteredHalfRelocation() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 34 uint64_t &FixedValue); 40 uint64_t &FixedValue); 51 MCValue Target, uint64_t &FixedValue); 128 uint64_t &FixedValue) { in RecordARMMovwMovtRelocation() argument 145 FixedValue += SecAddr; in RecordARMMovwMovtRelocation() 157 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordARMMovwMovtRelocation() 195 ? (FixedValue & 0xffff) : ((FixedValue & 0xffff0000) >> 16); in RecordARMMovwMovtRelocation() 226 uint64_t &FixedValue) { in RecordARMScatteredRelocation() argument 241 FixedValue += SecAddr; in RecordARMScatteredRelocation() 254 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordARMScatteredRelocation() [all …]
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 35 uint64_t &FixedValue); 42 uint64_t &FixedValue); 50 uint64_t &FixedValue); 54 MCValue Target, uint64_t &FixedValue); 63 uint64_t &FixedValue) override { in recordRelocation() argument 66 FixedValue); in recordRelocation() 69 FixedValue); in recordRelocation() 105 uint64_t &FixedValue) { in RecordX86_64Relocation() argument 258 FixedValue = Res; in RecordX86_64Relocation() 355 FixedValue = Value; in RecordX86_64Relocation() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/ |
D | X86MachObjectWriter.cpp | 33 uint64_t &FixedValue); 40 uint64_t &FixedValue); 48 uint64_t &FixedValue); 55 uint64_t &FixedValue); 65 MCValue Target, uint64_t &FixedValue) { in RecordRelocation() argument 68 FixedValue); in RecordRelocation() 71 FixedValue); in RecordRelocation() 105 uint64_t &FixedValue) { in RecordX86_64Relocation() argument 249 FixedValue = Res; in RecordX86_64Relocation() 325 FixedValue = Value; in RecordX86_64Relocation() [all …]
|
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
D | AArch64MachObjectWriter.cpp | 39 uint64_t &FixedValue) override; 147 uint64_t &FixedValue) { in recordRelocation() argument 163 FixedValue += FixupOffset; in recordRelocation() 169 FixedValue = 0; in recordRelocation() 317 FixedValue = Res; in recordRelocation() 332 FixedValue); in recordRelocation() 377 FixedValue = Res; in recordRelocation() 415 FixedValue = Value; in recordRelocation()
|
/external/swiftshader/third_party/LLVM/include/llvm/MC/ |
D | MCMachObjectWriter.h | 70 uint64_t &FixedValue) = 0; 206 uint64_t &FixedValue); 212 uint64_t &FixedValue); 216 MCValue Target, uint64_t &FixedValue);
|
D | MCObjectWriter.h | 81 uint64_t &FixedValue) = 0;
|
/external/llvm/include/llvm/MC/ |
D | MCMachObjectWriter.h | 69 uint64_t &FixedValue) = 0; 225 unsigned Log2Size, uint64_t &FixedValue); 229 MCValue Target, uint64_t &FixedValue); 234 uint64_t &FixedValue) override;
|
D | MCObjectWriter.h | 88 bool &IsPCRel, uint64_t &FixedValue) = 0;
|
/external/mockito/src/test/java/org/mockitousage/spies/ |
D | SpyingOnInterfacesTest.java | 12 import net.bytebuddy.implementation.FixedValue; 71 .intercept(FixedValue.value("bar")) in shouldAllowDelegatingToDefaultMethod() 92 .intercept(FixedValue.value("bar")) in shouldAllowSpyingOnDefaultMethod()
|
/external/llvm/lib/MC/ |
D | WinCOFFObjectWriter.cpp | 190 uint64_t &FixedValue) override; 655 const MCFixup &Fixup, MCValue Target, bool &IsPCRel, uint64_t &FixedValue) { in recordRelocation() argument 710 FixedValue = (OffsetOfA - OffsetOfB) + Target.getConstant(); in recordRelocation() 718 FixedValue = (OffsetOfRelocation - OffsetOfB) + Target.getConstant(); in recordRelocation() 720 FixedValue = Target.getConstant(); in recordRelocation() 735 FixedValue += Layout.getSymbolOffset(A); in recordRelocation() 755 FixedValue += 4; in recordRelocation() 790 FixedValue = FixedValue + 4; in recordRelocation() 797 FixedValue = 0; in recordRelocation()
|
D | MCAssembler.cpp | 622 uint64_t FixedValue; in handleFixup() local 625 if (!evaluateFixup(Layout, Fixup, &F, Target, FixedValue)) { in handleFixup() 630 FixedValue); in handleFixup() 632 return std::make_pair(FixedValue, IsPCRel); in handleFixup() 706 uint64_t FixedValue; in layout() local 708 std::tie(FixedValue, IsPCRel) = handleFixup(Layout, Frag, Fixup); in layout() 710 Contents.size(), FixedValue, IsPCRel); in layout()
|
D | ELFObjectWriter.cpp | 188 uint64_t &FixedValue) override; 626 bool &IsPCRel, uint64_t &FixedValue) { in recordRelocation() argument 700 FixedValue = C; in recordRelocation()
|
D | MachObjectWriter.cpp | 439 bool &IsPCRel, uint64_t &FixedValue) { in recordRelocation() argument 441 Target, FixedValue); in recordRelocation()
|
/external/swiftshader/third_party/LLVM/lib/MC/ |
D | MCAssembler.cpp | 554 uint64_t FixedValue; in HandleFixup() local 555 if (!EvaluateFixup(Layout, Fixup, &F, Target, FixedValue)) { in HandleFixup() 559 getWriter().RecordRelocation(*this, Layout, &F, Fixup, Target, FixedValue); in HandleFixup() 561 return FixedValue; in HandleFixup() 624 uint64_t FixedValue = HandleFixup(Layout, *DF, Fixup); in Finish() local 626 DF->getContents().size(), FixedValue); in Finish() 634 uint64_t FixedValue = HandleFixup(Layout, *IF, Fixup); in Finish() local 636 IF->getCode().size(), FixedValue); in Finish()
|
D | WinCOFFObjectWriter.cpp | 180 uint64_t &FixedValue); 640 uint64_t &FixedValue) { in RecordRelocation() argument 671 FixedValue = b - a; in RecordRelocation() 678 FixedValue = Target.getConstant(); in RecordRelocation() 689 FixedValue += Layout.getFragmentOffset(coff_symbol->MCData->Fragment) in RecordRelocation() 711 FixedValue += 4; in RecordRelocation()
|
D | MachObjectWriter.cpp | 359 uint64_t &FixedValue) { in RecordRelocation() argument 361 Target, FixedValue); in RecordRelocation()
|
D | ELFObjectWriter.h | 266 MCValue Target, uint64_t &FixedValue);
|
D | ELFObjectWriter.cpp | 399 uint64_t &FixedValue) { in RecordRelocation() argument 445 FixedValue = Value; in RecordRelocation()
|
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/ |
D | AMDGPUAsmBackend.cpp | 35 uint64_t &FixedValue) override { in recordRelocation() argument
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCAsmBackend.cpp | 57 MCValue Target, uint64_t &FixedValue) {} in RecordRelocation() argument
|