HomeSort by relevance Sort by last modified time
    Searched refs:FixedValue (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 32 unsigned Log2Size, uint64_t &FixedValue);
37 MCValue Target, uint64_t &FixedValue);
46 uint64_t &FixedValue) override {
51 FixedValue);
194 unsigned Log2Size, uint64_t &FixedValue) {
215 FixedValue += SecAddr;
227 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent());
229 // FIXME: does FixedValue get used??
257 other_half = (FixedValue >> 16) & 0xffff;
260 // It looks like this is not true for the FixedValue needed with Mach-
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 32 unsigned Log2Size, uint64_t &FixedValue);
37 MCValue Target, uint64_t &FixedValue);
46 uint64_t &FixedValue) override {
51 FixedValue);
194 unsigned Log2Size, uint64_t &FixedValue) {
215 FixedValue += SecAddr;
227 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent());
229 // FIXME: does FixedValue get used??
257 other_half = (FixedValue >> 16) & 0xffff;
260 // It looks like this is not true for the FixedValue needed with Mach-
    [all...]
  /external/llvm/lib/Target/ARM/MCTargetDesc/
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) {
163 FixedValue += SecAddr;
178 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent());
202 // relocation, but it will be set in FixedValue if the base symbol
205 FixedValue &= 0xfffffffe;
209 FixedValue &= 0xfffffffe
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
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) {
163 FixedValue += SecAddr;
178 FixedValue -= Writer->getSectionAddress(SB->getFragment()->getParent());
202 // relocation, but it will be set in FixedValue if the base symbol
205 FixedValue &= 0xfffffffe;
209 FixedValue &= 0xfffffffe
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 34 uint64_t &FixedValue);
40 uint64_t &FixedValue);
51 MCValue Target, uint64_t &FixedValue);
128 uint64_t &FixedValue) {
145 FixedValue += SecAddr;
157 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent());
195 ? (FixedValue & 0xffff) : ((FixedValue & 0xffff0000) >> 16);
226 uint64_t &FixedValue) {
241 FixedValue += SecAddr
    [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
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 {
66 FixedValue);
69 FixedValue);
105 uint64_t &FixedValue) {
258 FixedValue = Res;
355 FixedValue = Value
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/MCTargetDesc/
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 {
66 FixedValue);
69 FixedValue);
106 uint64_t &FixedValue) {
258 FixedValue = Res;
355 FixedValue = Value
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/MCTargetDesc/
X86MachObjectWriter.cpp 33 uint64_t &FixedValue);
40 uint64_t &FixedValue);
48 uint64_t &FixedValue);
55 uint64_t &FixedValue);
65 MCValue Target, uint64_t &FixedValue) {
68 FixedValue);
71 FixedValue);
105 uint64_t &FixedValue) {
249 FixedValue = Res;
325 FixedValue = Value
    [all...]
  /external/mockito/src/test/java/org/mockitousage/spies/
SpyingOnInterfacesTest.java 12 import net.bytebuddy.implementation.FixedValue;
71 .intercept(FixedValue.value("bar"))
92 .intercept(FixedValue.value("bar"))
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCMachObjectWriter.h 70 uint64_t &FixedValue) = 0;
206 uint64_t &FixedValue);
212 uint64_t &FixedValue);
216 MCValue Target, uint64_t &FixedValue);
MCObjectWriter.h 81 uint64_t &FixedValue) = 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
MCObjectWriter.h 72 uint64_t &FixedValue) = 0;
MCMachObjectWriter.h 77 uint64_t &FixedValue) = 0;
238 unsigned Log2Size, uint64_t &FixedValue);
242 MCValue Target, uint64_t &FixedValue);
246 MCValue Target, uint64_t &FixedValue) override;
  /external/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 39 uint64_t &FixedValue) override;
147 uint64_t &FixedValue) {
163 FixedValue += FixupOffset;
169 FixedValue = 0;
317 FixedValue = Res;
323 // the FixedValue?
332 FixedValue);
377 FixedValue = Res;
415 FixedValue = Value;
  /external/llvm/include/llvm/MC/
MCMachObjectWriter.h 69 uint64_t &FixedValue) = 0;
225 unsigned Log2Size, uint64_t &FixedValue);
229 MCValue Target, uint64_t &FixedValue);
234 uint64_t &FixedValue) override;
MCObjectWriter.h 88 bool &IsPCRel, uint64_t &FixedValue) = 0;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/MCTargetDesc/
AArch64MachObjectWriter.cpp 47 uint64_t &FixedValue) override;
155 uint64_t &FixedValue) {
171 FixedValue += FixupOffset;
177 FixedValue = 0;
397 FixedValue = Value;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCAssembler.cpp 718 uint64_t FixedValue;
720 bool IsResolved = evaluateFixup(Layout, Fixup, &F, Target, FixedValue,
737 FixedValue);
741 FixedValue);
744 FixedValue);
747 return std::make_tuple(Target, FixedValue, IsResolved);
831 uint64_t FixedValue;
834 std::tie(Target, FixedValue, IsResolved) =
836 getBackend().applyFixup(*this, Fixup, Target, Contents, FixedValue,
    [all...]
WinCOFFObjectWriter.cpp 203 MCValue Target, uint64_t &FixedValue) override;
710 uint64_t &FixedValue) {
753 FixedValue = (OffsetOfRelocation - OffsetOfB) + Target.getConstant();
755 FixedValue = Target.getConstant();
770 FixedValue += Layout.getSymbolOffset(A);
790 FixedValue += 4;
825 FixedValue = FixedValue + 4;
832 FixedValue = 0;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/
MCAssembler.cpp 554 uint64_t FixedValue;
555 if (!EvaluateFixup(Layout, Fixup, &F, Target, FixedValue)) {
559 getWriter().RecordRelocation(*this, Layout, &F, Fixup, Target, FixedValue);
561 return FixedValue;
624 uint64_t FixedValue = HandleFixup(Layout, *DF, Fixup);
626 DF->getContents().size(), FixedValue);
634 uint64_t FixedValue = HandleFixup(Layout, *IF, Fixup);
636 IF->getCode().size(), FixedValue);
WinCOFFObjectWriter.cpp 180 uint64_t &FixedValue);
640 uint64_t &FixedValue) {
671 FixedValue = b - a;
673 // between the two symbols. Update FixedValue to account for the delta, and
678 FixedValue = Target.getConstant();
689 FixedValue += Layout.getFragmentOffset(coff_symbol->MCData->Fragment)
711 FixedValue += 4;
  /external/llvm/lib/MC/
WinCOFFObjectWriter.cpp 190 uint64_t &FixedValue) override;
655 const MCFixup &Fixup, MCValue Target, bool &IsPCRel, uint64_t &FixedValue) {
706 // between the two symbols. Update FixedValue to account for the delta, and
710 FixedValue = (OffsetOfA - OffsetOfB) + Target.getConstant();
718 FixedValue = (OffsetOfRelocation - OffsetOfB) + Target.getConstant();
720 FixedValue = Target.getConstant();
735 FixedValue += Layout.getSymbolOffset(A);
755 FixedValue += 4;
790 FixedValue = FixedValue + 4
    [all...]
MCAssembler.cpp 622 uint64_t FixedValue;
625 if (!evaluateFixup(Layout, Fixup, &F, Target, FixedValue)) {
630 FixedValue);
632 return std::make_pair(FixedValue, IsPCRel);
706 uint64_t FixedValue;
708 std::tie(FixedValue, IsPCRel) = handleFixup(Layout, Frag, Fixup);
710 Contents.size(), FixedValue, IsPCRel);
  /external/llvm/lib/Target/AMDGPU/MCTargetDesc/
AMDGPUAsmBackend.cpp 35 uint64_t &FixedValue) override {
  /external/swiftshader/third_party/LLVM/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 57 MCValue Target, uint64_t &FixedValue) {}

Completed in 1698 milliseconds

1 2