Home
last modified time | relevance | path

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

/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/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/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()
100 uint64_t &FixedValue) { in RecordX86_64Relocation() argument
253 FixedValue = Res; in RecordX86_64Relocation()
350 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/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.h87 bool &IsPCRel, uint64_t &FixedValue) = 0;
/external/mockito/cglib-and-asm/src/org/mockito/cglib/proxy/
DFixedValue.java27 public interface FixedValue extends Callback { interface
DCallbackInfo.java58 new CallbackInfo(FixedValue.class, FixedValueGenerator.INSTANCE),
/external/llvm/lib/MC/
DWinCOFFObjectWriter.cpp189 uint64_t &FixedValue) override;
650 const MCFixup &Fixup, MCValue Target, bool &IsPCRel, uint64_t &FixedValue) { in recordRelocation() argument
705 FixedValue = (OffsetOfA - OffsetOfB) + Target.getConstant(); in recordRelocation()
713 FixedValue = (OffsetOfRelocation - OffsetOfB) + Target.getConstant(); in recordRelocation()
715 FixedValue = Target.getConstant(); in recordRelocation()
730 FixedValue += Layout.getSymbolOffset(A); in recordRelocation()
750 FixedValue += 4; in recordRelocation()
785 FixedValue = FixedValue + 4; in recordRelocation()
DMCAssembler.cpp875 uint64_t FixedValue; in handleFixup() local
878 if (!evaluateFixup(Layout, Fixup, &F, Target, FixedValue)) { in handleFixup()
883 FixedValue); in handleFixup()
885 return std::make_pair(FixedValue, IsPCRel); in handleFixup()
954 uint64_t FixedValue; in layout() local
956 std::tie(FixedValue, IsPCRel) = handleFixup(Layout, *F, Fixup); in layout()
958 Contents.size(), FixedValue, IsPCRel); in layout()
DELFObjectWriter.cpp185 uint64_t &FixedValue) override;
617 bool &IsPCRel, uint64_t &FixedValue) { in recordRelocation() argument
696 FixedValue = C; in recordRelocation()
DMachObjectWriter.cpp437 bool &IsPCRel, uint64_t &FixedValue) { in recordRelocation() argument
439 Target, FixedValue); in recordRelocation()
/external/mesa3d/src/gallium/drivers/radeon/MCTargetDesc/
DAMDGPUAsmBackend.cpp33 MCValue Target, uint64_t &FixedValue) { in RecordRelocation() argument
/external/llvm/lib/Target/AMDGPU/MCTargetDesc/
DAMDGPUAsmBackend.cpp35 uint64_t &FixedValue) override { in recordRelocation() argument