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

  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMMachObjectWriter.cpp 36 uint64_t &FixedValue);
42 uint64_t &FixedValue);
53 MCValue Target, uint64_t &FixedValue);
146 uint64_t &FixedValue) {
164 FixedValue += SecAddr;
177 FixedValue -= Writer->getSectionAddress(B_SD->getFragment()->getParent());
202 // relocation, but it will be set in FixedValue if the base symbol
205 FixedValue &= 0xfffffffe;
210 FixedValue &= 0xfffffffe;
221 ? (FixedValue & 0xffff) : ((FixedValue & 0xffff0000) >> 16)
    [all...]
  /external/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/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 78 uint64_t &FixedValue) = 0;
  /frameworks/compile/mclinker/include/mcld/MC/
MCBitcodeInterceptor.h 60 uint64_t &FixedValue);
  /frameworks/compile/mclinker/lib/MC/
MCBitcodeInterceptor.cpp 60 uint64_t &FixedValue)
  /external/llvm/lib/MC/
MCAssembler.cpp 551 uint64_t FixedValue;
552 if (!evaluateFixup(Layout, Fixup, &F, Target, FixedValue)) {
556 getWriter().RecordRelocation(*this, Layout, &F, Fixup, Target, FixedValue);
558 return FixedValue;
621 uint64_t FixedValue = handleFixup(Layout, *DF, Fixup);
623 DF->getContents().size(), FixedValue);
631 uint64_t FixedValue = handleFixup(Layout, *IF, Fixup);
633 IF->getCode().size(), FixedValue);
WinCOFFObjectWriter.cpp 181 uint64_t &FixedValue);
636 uint64_t &FixedValue) {
667 FixedValue = b - a;
669 // between the two symbols. Update FixedValue to account for the delta, and
674 FixedValue = Target.getConstant();
685 FixedValue += Layout.getFragmentOffset(coff_symbol->MCData->Fragment)
705 FixedValue += 4;
MachObjectWriter.cpp 359 uint64_t &FixedValue) {
361 Target, FixedValue);
ELFObjectWriter.cpp 257 MCValue Target, uint64_t &FixedValue);
694 uint64_t &FixedValue) {
740 FixedValue = Value;
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 58 MCValue Target, uint64_t &FixedValue) {}

Completed in 383 milliseconds