Searched refs:FixedValue (Results 1 – 10 of 10) sorted by relevance
/external/llvm/lib/Target/ARM/ |
D | ARMMachObjectWriter.cpp | 35 uint64_t &FixedValue); 41 uint64_t &FixedValue); 52 MCValue Target, uint64_t &FixedValue); 129 uint64_t &FixedValue) { in RecordARMMovwMovtRelocation() argument 146 FixedValue += SecAddr; in RecordARMMovwMovtRelocation() 158 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordARMMovwMovtRelocation() 196 ? (FixedValue & 0xffff) : ((FixedValue & 0xffff0000) >> 16); in RecordARMMovwMovtRelocation() 227 uint64_t &FixedValue) { in RecordARMScatteredRelocation() argument 242 FixedValue += SecAddr; in RecordARMScatteredRelocation() 255 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent()); in RecordARMScatteredRelocation() [all …]
|
/external/llvm/lib/Target/X86/ |
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; 206 uint64_t &FixedValue); 212 uint64_t &FixedValue); 216 MCValue Target, uint64_t &FixedValue);
|
D | MCObjectWriter.h | 81 uint64_t &FixedValue) = 0;
|
/external/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); 634 uint64_t &FixedValue) { in RecordRelocation() argument 665 FixedValue = b - a; in RecordRelocation() 672 FixedValue = Target.getConstant(); in RecordRelocation() 683 FixedValue += Layout.getFragmentOffset(coff_symbol->MCData->Fragment) in RecordRelocation() 705 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 | 397 uint64_t &FixedValue) { in RecordRelocation() argument 443 FixedValue = Value; in RecordRelocation()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCAsmBackend.cpp | 31 MCValue Target, uint64_t &FixedValue) {} in RecordRelocation() argument
|