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

  /external/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 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 81 uint64_t &FixedValue) = 0;
  /external/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);
634 uint64_t &FixedValue) {
665 FixedValue = b - a;
667 // between the two symbols. Update FixedValue to account for the delta, and
672 FixedValue = Target.getConstant();
683 FixedValue += Layout.getFragmentOffset(coff_symbol->MCData->Fragment)
705 FixedValue += 4;
ELFObjectWriter.h 266 MCValue Target, uint64_t &FixedValue);
MachObjectWriter.cpp 359 uint64_t &FixedValue) {
361 Target, FixedValue);
ELFObjectWriter.cpp 399 uint64_t &FixedValue) {
445 FixedValue = Value;
    [all...]
  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCAsmBackend.cpp 57 MCValue Target, uint64_t &FixedValue) {}

Completed in 184 milliseconds