HomeSort by relevance Sort by last modified time
    Searched refs:Addend (Results 76 - 89 of 89) sorted by null

1 2 34

  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
intrin.h     [all...]
  /external/clang/lib/CodeGen/
CGExprScalar.cpp     [all...]
CGBuiltin.cpp 5205 llvm::Value *addend = Builder.CreateBitCast(Ops[0], tmp->getType()); local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
video.h 978 IN PLONG Addend);
991 IN PLONG Addend);
    [all...]
wdm.h 271 IN OUT LONG volatile *Addend);
277 IN OUT LONG volatile *Addend);
298 IN OUT LONG volatile *Addend,
377 IN OUT LONG64 volatile *Addend,
380 return InterlockedExchangeAdd64(Addend, Value) + Value;
    [all...]
ndis.h     [all...]
ntddk.h     [all...]
  /external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyld.cpp 685 // Copy the RE since we want to modify its addend.
688 RECopy.Addend += SymInfo.getOffset();
    [all...]
  /external/llvm/lib/Object/
ELFYAML.cpp 790 IO.mapOptional("Addend", Rel.Addend, (int64_t)0);
  /external/llvm/tools/yaml2obj/
yaml2elf.cpp 388 REntry.r_addend = Rel.Addend;
  /external/llvm/tools/llvm-objdump/
MachODump.cpp     [all...]
  /toolchain/binutils/binutils-2.25/gold/
incremental.cc 738 typedef typename elfcpp::Elf_types<size>::Elf_Swxword Addend;
796 Addend r_addend = irelocs.get_r_addend(r_base);
805 " %08lx: %s + %d: type %d addend %ld",
    [all...]
output.cc 1039 // For a local section symbol, get the address of the offset ADDEND
1045 local_section_offset(Addend addend) const
1058 return offset + addend;
1063 offset = os->output_address(relobj, lsi, addend);
1126 Addend addend) const
1135 return sym->value() + addend;
1140 return this->u1_.os->address() + addend;
1153 return symval->value(relobj, addend);
1216 Addend addend = this->addend_; local
    [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]

Completed in 535 milliseconds

1 2 34