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

/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
H A DHexagonMCCodeEmitter.h31 std::unique_ptr<unsigned> Addend; member in class:llvm::HexagonMCCodeEmitter
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFRelocationInfo.cpp41 int64_t Addend = *ELFRelocationRef(Rel).getAddend(); variable
/freebsd-11.0-release/contrib/llvm/include/llvm/MC/
H A DMCELFObjectWriter.h32 uint64_t Addend; // The addend to use. member in struct:llvm::ELFRelocationEntry
34 ELFRelocationEntry(uint64_t Offset, const MCSymbolELF *Symbol, unsigned Type, uint64_t Addend) argument
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h126 uint64_t Addend = 0; variable
161 << " Addend " << Addend << "\n"); variable
[all...]
H A DRuntimeDyldMachOAArch64.h39 int64_t Addend = 0; local
[all...]
H A DRuntimeDyldMachOX86_64.h166 int64_t Addend = local
H A DRuntimeDyldMachOARM.h255 int64_t Addend = FullImmVal - (AddrA - AddrB); local
H A DRuntimeDyldMachOI386.h143 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); local
[all...]
/freebsd-11.0-release/contrib/llvm/include/llvm/Object/
H A DELFYAML.h135 int64_t Addend; member in struct:llvm::ELFYAML::Relocation
H A DRelocVisitor.h277 int64_t Addend = getELFAddend(R); local
281 int64_t Addend = getELFAddend(R); local
286 int64_t Addend = getELFAddend(R); local
291 int64_t Addend = getELFAddend(R); local
298 int64_t Addend local
303 int64_t Addend = getELFAddend(R); local
309 int64_t Addend = getELFAddend(R); local
322 int64_t Addend = getELFAddend(R); local
328 int64_t Addend = getELFAddend(R); local
335 int64_t Addend = getELFAddend(R); local
346 int64_t Addend = getELFAddend(R); local
352 int64_t Addend = getELFAddend(R); local
363 int64_t Addend = getELFAddend(R); local
368 int32_t Addend = getELFAddend(R); local
373 int32_t Addend = getELFAddend(R); local
378 int64_t Addend = getELFAddend(R); local
[all...]
H A DMachO.h176 int64_t Addend; member in class:llvm::object::MachOBindEntry
/freebsd-11.0-release/contrib/llvm/lib/MC/
H A DMCExpr.cpp473 AttemptToFoldSymbolOffsetDifference( const MCAssembler *Asm, const MCAsmLayout *Layout, const SectionAddrMap *Addrs, bool InSet, const MCSymbolRefExpr *&A, const MCSymbolRefExpr *&B, int64_t &Addend) argument
/freebsd-11.0-release/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h138 int64_t Addend; member in class:llvm::RelocationEntry
187 int64_t Addend; member in class:llvm::RelocationValueRef
[all...]
H A DRuntimeDyldMachO.cpp69 int64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); local
H A DRuntimeDyldELF.cpp226 resolveX86_64Relocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend, uint64_t SymOffset) argument
281 resolveX86Relocation(const SectionEntry &Section, uint64_t Offset, uint32_t Value, uint32_t Type, int32_t Addend) argument
306 resolveAArch64Relocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend) argument
445 resolveARMRelocation(const SectionEntry &Section, uint64_t Offset, uint32_t Value, uint32_t Type, int32_t Addend) argument
496 resolveMIPSRelocation(const SectionEntry &Section, uint64_t Offset, uint32_t Value, uint32_t Type, int32_t Addend) argument
599 resolveMIPS64Relocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend, uint64_t SymOffset, SID SectionID) argument
631 evaluateMIPS64Relocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend, uint64_t SymOffset, SID SectionID) argument
848 int64_t Addend = *AddendOrErr; local
908 resolvePPC32Relocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend) argument
928 resolvePPC64Relocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend) argument
1019 resolveSystemZRelocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend) argument
1080 resolveRelocation(const SectionEntry &Section, uint64_t Offset, uint64_t Value, uint32_t Type, int64_t Addend, uint64_t SymOffset, SID SectionID) argument
1172 int64_t Addend = AddendOrErr ? *AddendOrErr : 0; local
1346 uint32_t Addend = (Opcode & 0x03ffffff) << 2; local
1384 int64_t Addend = (Opcode & 0x0000ffff) << 16; local
1388 int64_t Addend = Value.Addend + SignExtend32<16>(Opcode & 0x0000ffff); local
[all...]
/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp378 FAddend &Addend = Opnd0 ? Addend1 : Addend0; local
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp823 const SCEV *Addend = SE.getNegativeSCEV(IndVarNext->getStepRecurrence(SE)); local
/freebsd-11.0-release/contrib/llvm/tools/clang/utils/TableGen/
H A DNeonEmitter.cpp633 unsigned Addend; local
1628 unsigned Addend = 0; local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp2514 static Value* buildFMulAdd(llvm::BinaryOperator *MulOp, Value *Addend, argument
H A DCGBuiltin.cpp5087 Value *Addend = Ops[0]; local
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp479 int64_t Addend; local
712 int64_t Addend; local
801 int64_t Addend; local
2162 int64_t Addend; local
3609 int64_t Addend; local
4420 classifySymbolRef(const MCExpr *Expr, AArch64MCExpr::VariantKind &ELFRefKind, MCSymbolRefExpr::VariantKind &DarwinRefKind, int64_t &Addend) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp6436 uint64_t Addend; local
6385 findUnwindRelocNameAddend(const MachOObjectFile *Obj, std::map<uint64_t, SymbolRef> &Symbols, const RelocationRef &Reloc, uint64_t Addr, StringRef &Name, uint64_t &Addend) argument
[all...]

Completed in 195 milliseconds