Searched refs:FixedValue (Results 1 – 9 of 9) sorted by relevance
/external/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMMachObjectWriter.cpp | 36 uint64_t &FixedValue); 42 uint64_t &FixedValue); 53 MCValue Target, uint64_t &FixedValue); 146 uint64_t &FixedValue) { in RecordARMScatteredHalfRelocation() argument 164 FixedValue += SecAddr; in RecordARMScatteredHalfRelocation() 177 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordARMScatteredHalfRelocation() 205 FixedValue &= 0xfffffffe; in RecordARMScatteredHalfRelocation() 210 FixedValue &= 0xfffffffe; in RecordARMScatteredHalfRelocation() 221 ? (FixedValue & 0xffff) : ((FixedValue & 0xffff0000) >> 16); in RecordARMScatteredHalfRelocation() 252 uint64_t &FixedValue) { in RecordARMScatteredRelocation() argument [all …]
|
/external/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/include/llvm/MC/ |
D | MCMachObjectWriter.h | 70 uint64_t &FixedValue) = 0; 209 uint64_t &FixedValue); 215 uint64_t &FixedValue); 219 MCValue Target, uint64_t &FixedValue);
|
D | MCObjectWriter.h | 79 uint64_t &FixedValue) = 0;
|
/external/llvm/lib/MC/ |
D | MCAssembler.cpp | 558 uint64_t FixedValue; in handleFixup() local 559 if (!evaluateFixup(Layout, Fixup, &F, Target, FixedValue)) { in handleFixup() 563 getWriter().RecordRelocation(*this, Layout, &F, Fixup, Target, FixedValue); in handleFixup() 565 return FixedValue; in handleFixup() 628 uint64_t FixedValue = handleFixup(Layout, *DF, Fixup); in Finish() local 630 DF->getContents().size(), FixedValue); in Finish() 638 uint64_t FixedValue = handleFixup(Layout, *IF, Fixup); in Finish() local 640 IF->getCode().size(), FixedValue); in Finish()
|
D | WinCOFFObjectWriter.cpp | 181 uint64_t &FixedValue); 636 uint64_t &FixedValue) { in RecordRelocation() argument 667 FixedValue = b - a; in RecordRelocation() 674 FixedValue = Target.getConstant(); in RecordRelocation() 685 FixedValue += Layout.getFragmentOffset(coff_symbol->MCData->Fragment) in RecordRelocation() 705 FixedValue += 4; in RecordRelocation()
|
D | MachObjectWriter.cpp | 375 uint64_t &FixedValue) { in RecordRelocation() argument 377 Target, FixedValue); in RecordRelocation()
|
D | ELFObjectWriter.cpp | 257 MCValue Target, uint64_t &FixedValue); 695 uint64_t &FixedValue) { in RecordRelocation() argument 741 FixedValue = Value; in RecordRelocation()
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCAsmBackend.cpp | 58 MCValue Target, uint64_t &FixedValue) {} in RecordRelocation() argument
|