Home
last modified time | relevance | path

Searched defs:Addend (Results 1 – 25 of 25) sorted by relevance

/external/llvm/include/llvm/Object/
DRelocVisitor.h277 int64_t Addend = getELFAddend(R); in visitELF_X86_64_64() local
281 int64_t Addend = getELFAddend(R); in visitELF_X86_64_PC32() local
286 int64_t Addend = getELFAddend(R); in visitELF_X86_64_32() local
291 int64_t Addend = getELFAddend(R); in visitELF_X86_64_32S() local
298 int64_t Addend = getELFAddend(R); in visitELF_PPC64_ADDR32() local
303 int64_t Addend = getELFAddend(R); in visitELF_PPC64_ADDR64() local
309 int64_t Addend = getELFAddend(R); in visitELF_PPC_ADDR32() local
322 int64_t Addend = getELFAddend(R); in visitELF_MIPS64_32() local
328 int64_t Addend = getELFAddend(R); in visitELF_MIPS64_64() local
335 int64_t Addend = getELFAddend(R); in visitELF_AARCH64_ABS32() local
[all …]
DMachO.h176 int64_t Addend; variable
DELFYAML.h135 int64_t Addend; member
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp228 uint32_t Type, int64_t Addend, in resolveX86_64Relocation()
283 uint32_t Type, int32_t Addend) { in resolveX86Relocation()
308 uint32_t Type, int64_t Addend) { in resolveAArch64Relocation()
447 uint32_t Type, int32_t Addend) { in resolveARMRelocation()
498 uint32_t Type, int32_t Addend) { in resolveMIPSRelocation()
601 uint32_t Type, int64_t Addend, in resolveMIPS64Relocation()
633 uint32_t Type, int64_t Addend, in evaluateMIPS64Relocation()
848 int64_t Addend = *AddendOrErr; in findOPDEntrySection() local
910 uint32_t Type, int64_t Addend) { in resolvePPC32Relocation()
930 uint32_t Type, int64_t Addend) { in resolvePPC64Relocation()
[all …]
DRuntimeDyldImpl.h138 int64_t Addend; variable
187 int64_t Addend; variable
DRuntimeDyldMachO.cpp69 int64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processScatteredVANILLA() local
/external/llvm/lib/Target/Hexagon/MCTargetDesc/
DHexagonMCCodeEmitter.h31 std::unique_ptr<unsigned> Addend; variable
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
DRuntimeDyldMachOAArch64.h39 int64_t Addend = 0; in decodeAddend() local
134 MachO::RelocationInfoType RelType, int64_t Addend) const { in encodeAddend()
DRuntimeDyldCOFFX86_64.h126 uint64_t Addend = 0; in processRelocationRef() local
DRuntimeDyldMachOX86_64.h166 int64_t Addend = in processSubtractRelocation() local
DRuntimeDyldMachOARM.h255 int64_t Addend = FullImmVal - (AddrA - AddrB); in processHALFSECTDIFFRelocation() local
DRuntimeDyldMachOI386.h143 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processSECTDIFFRelocation() local
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFRelocationInfo.cpp41 int64_t Addend = *ELFRelocationRef(Rel).getAddend(); in createExprForRelocation() local
/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h32 uint64_t Addend; // The addend to use. member
/external/llvm/lib/MC/
DMCExpr.cpp475 const MCSymbolRefExpr *&B, int64_t &Addend) { in AttemptToFoldSymbolOffsetDifference()
DELFObjectWriter.cpp690 uint64_t Addend = 0; in recordRelocation() local
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp479 int64_t Addend; in isSymbolicUImm12Offset() local
712 int64_t Addend; in isAddSubImm() local
801 int64_t Addend; in isMovWSymbol() local
2162 int64_t Addend; in tryParseAdrpLabel() local
3609 int64_t Addend; in validateInstruction() local
4423 int64_t &Addend) { in classifySymbolRef()
/external/clang/utils/TableGen/
DNeonEmitter.cpp633 unsigned Addend; in getNeonEnum() local
1628 unsigned Addend = 0; in emitDagShuffle() local
/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp823 const SCEV *Addend = SE.getNegativeSCEV(IndVarNext->getStepRecurrence(SE)); in parseLoopStructure() local
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1136 uint64_t Addend; member
1897 uint64_t Addend = Data.getUnsigned(&Offset, RelocSize); in findValidRelocsMachO() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp378 FAddend &Addend = Opnd0 ? Addend1 : Addend0; in drillValueDownOneStep() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2517 static Value* buildFMulAdd(llvm::BinaryOperator *MulOp, Value *Addend, in buildFMulAdd()
DCGBuiltin.cpp5087 Value *Addend = Ops[0]; in EmitAArch64BuiltinExpr() local
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6385 StringRef &Name, uint64_t &Addend) { in findUnwindRelocNameAddend()
6433 uint64_t Addend; in printUnwindRelocDest() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp8110 APInt Addend = cast<SCEVConstant>(AddLHS->getOperand(0))->getAPInt(); in isImpliedCondOperandsViaRanges() local