Searched defs:Addend (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFRelocationInfo.cpp35 int64_t Addend; getELFRelocationAddend(Rel, Addend); local
/freebsd-10-stable/contrib/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h41 ELFRelocationEntry(uint64_t RelocOffset, int Idx, unsigned RelType, const MCSymbol *Sym, uint64_t Addend, const MCFixup &Fixup) argument
/freebsd-10-stable/contrib/llvm/include/llvm/Object/
H A DRelocVisitor.h140 int64_t Addend; local
148 int64_t Addend; local
156 int64_t Addend; local
164 int64_t Addend; local
178 int64_t Addend = getAddend32LE(R); local
184 int64_t Addend = getAddend32LE(R); local
195 int64_t Addend = getAddend64LE(R); local
200 int64_t Addend = getAddend64LE(R); local
206 int64_t Addend = getAddend64LE(R); local
211 int64_t Addend = getAddend64LE(R); local
218 int64_t Addend = getAddend64BE(R); local
223 int64_t Addend = getAddend64BE(R); local
229 int64_t Addend = getAddend32BE(R); local
236 int64_t Addend; local
244 int64_t Addend = getAddend64LE(R); local
255 int64_t Addend = getAddend64LE(R); local
261 int64_t Addend = getAddend64BE(R); local
272 int64_t Addend = getAddend64BE(R); local
[all...]
/freebsd-10-stable/contrib/llvm/lib/MC/
H A DMCExpr.cpp464 AttemptToFoldSymbolOffsetDifference(const MCAssembler *Asm, const MCAsmLayout *Layout, const SectionAddrMap *Addrs, bool InSet, const MCSymbolRefExpr *&A, const MCSymbolRefExpr *&B, int64_t &Addend) argument
H A DELFObjectWriter.cpp708 int64_t Addend = 0; local
/freebsd-10-stable/contrib/llvm/lib/Target/Mips/
H A DMipsJITInfo.cpp277 int Addend = *((unsigned*) RelocPos) & 0xffff; local
/freebsd-10-stable/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h91 int64_t Addend; member in class:llvm::RelocationEntry
122 int64_t Addend; member in class:llvm::RelocationValueRef
[all...]
H A DRuntimeDyldMachO.cpp139 resolveRelocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend, bool isPCRel, unsigned LogSize) argument
195 resolveI386Relocation(uint8_t *LocalAddress, uint64_t FinalAddress, uint64_t Value, bool isPCRel, unsigned Type, unsigned Size, int64_t Addend) argument
224 resolveX86_64Relocation(uint8_t *LocalAddress, uint64_t FinalAddress, uint64_t Value, bool isPCRel, unsigned Type, unsigned Size, int64_t Addend) argument
265 resolveARMRelocation(uint8_t *LocalAddress, uint64_t FinalAddress, uint64_t Value, bool isPCRel, unsigned Type, unsigned Size, int64_t Addend) argument
355 uint64_t Addend = 0; local
[all...]
H A DRuntimeDyldELF.cpp220 resolveX86_64Relocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend, uint64_t SymOffset) argument
291 resolveX86Relocation(const SectionEntry &Section, uint64_t Offset, uint32_t Value, uint32_t Type, int32_t Addend) argument
325 resolveAArch64Relocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend) argument
425 resolveARMRelocation(const SectionEntry &Section, uint64_t Offset, uint32_t Value, uint32_t Type, int32_t Addend) argument
498 resolveMIPSRelocation(const SectionEntry &Section, uint64_t Offset, uint32_t Value, uint32_t Type, int32_t Addend) argument
615 int64_t Addend; local
673 resolvePPC64Relocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend) argument
746 resolveSystemZRelocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend) argument
809 resolveRelocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend, uint64_t SymOffset) argument
858 int64_t Addend; local
1027 uint32_t Addend = ((*TargetAddress) & 0x03ffffff) << 2; local
[all...]
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp375 FAddend &Addend = Opnd0 ? Addend1 : Addend0; local
/freebsd-10-stable/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp2377 static Value* buildFMulAdd(llvm::BinaryOperator *MulOp, Value *Addend, argument

Completed in 147 milliseconds