Home
last modified time | relevance | path

Searched refs:FixedValue (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp37 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/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMachObjectWriter.cpp32 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/X86/MCTargetDesc/
DX86MachObjectWriter.cpp35 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/ARM/MCTargetDesc/
DARMMachObjectWriter.cpp34 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/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
DX86MachObjectWriter.cpp33 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/
DAArch64MachObjectWriter.cpp39 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/
DMCMachObjectWriter.h70 uint64_t &FixedValue) = 0;
206 uint64_t &FixedValue);
212 uint64_t &FixedValue);
216 MCValue Target, uint64_t &FixedValue);
DMCObjectWriter.h81 uint64_t &FixedValue) = 0;
/external/llvm/include/llvm/MC/
DMCMachObjectWriter.h69 uint64_t &FixedValue) = 0;
225 unsigned Log2Size, uint64_t &FixedValue);
229 MCValue Target, uint64_t &FixedValue);
234 uint64_t &FixedValue) override;
DMCObjectWriter.h88 bool &IsPCRel, uint64_t &FixedValue) = 0;
/external/mockito/src/test/java/org/mockitousage/spies/
DSpyingOnInterfacesTest.java12 import net.bytebuddy.implementation.FixedValue;
71 .intercept(FixedValue.value("bar")) in shouldAllowDelegatingToDefaultMethod()
92 .intercept(FixedValue.value("bar")) in shouldAllowSpyingOnDefaultMethod()
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp190 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()
DMCAssembler.cpp622 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()
DELFObjectWriter.cpp188 uint64_t &FixedValue) override;
626 bool &IsPCRel, uint64_t &FixedValue) { in recordRelocation() argument
700 FixedValue = C; in recordRelocation()
DMachObjectWriter.cpp439 bool &IsPCRel, uint64_t &FixedValue) { in recordRelocation() argument
441 Target, FixedValue); in recordRelocation()
/external/swiftshader/third_party/LLVM/lib/MC/
DMCAssembler.cpp554 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()
DWinCOFFObjectWriter.cpp180 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()
DMachObjectWriter.cpp359 uint64_t &FixedValue) { in RecordRelocation() argument
361 Target, FixedValue); in RecordRelocation()
DELFObjectWriter.h266 MCValue Target, uint64_t &FixedValue);
DELFObjectWriter.cpp399 uint64_t &FixedValue) { in RecordRelocation() argument
445 FixedValue = Value; in RecordRelocation()
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
DPPCAsmBackend.cpp57 MCValue Target, uint64_t &FixedValue) {} in RecordRelocation() argument
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUAsmBackend.cpp35 uint64_t &FixedValue) override { in recordRelocation() argument
/external/mockito/lib/
Dbyte-buddy-1.7.9.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META- ...
/external/guice/lib/build/
Dcglib-3.1.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/ ...
/external/guice/extensions/persist/lib/
Dcglib-nodep-3.0.jarMETA-INF/MANIFEST.MF LICENSE NOTICE net/sf/cglib/beans/BeanCopier$ ...

12