/external/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 277 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 …]
|
D | MachO.h | 176 int64_t Addend; variable
|
D | ELFYAML.h | 135 int64_t Addend; member
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 228 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 …]
|
D | RuntimeDyldImpl.h | 138 int64_t Addend; variable 187 int64_t Addend; variable
|
D | RuntimeDyldMachO.cpp | 69 int64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processScatteredVANILLA() local
|
/external/llvm/lib/Target/Hexagon/MCTargetDesc/ |
D | HexagonMCCodeEmitter.h | 31 std::unique_ptr<unsigned> Addend; variable
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOAArch64.h | 39 int64_t Addend = 0; in decodeAddend() local 134 MachO::RelocationInfoType RelType, int64_t Addend) const { in encodeAddend()
|
D | RuntimeDyldCOFFX86_64.h | 126 uint64_t Addend = 0; in processRelocationRef() local
|
D | RuntimeDyldMachOX86_64.h | 166 int64_t Addend = in processSubtractRelocation() local
|
D | RuntimeDyldMachOARM.h | 255 int64_t Addend = FullImmVal - (AddrA - AddrB); in processHALFSECTDIFFRelocation() local
|
D | RuntimeDyldMachOI386.h | 143 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processSECTDIFFRelocation() local
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFRelocationInfo.cpp | 41 int64_t Addend = *ELFRelocationRef(Rel).getAddend(); in createExprForRelocation() local
|
/external/llvm/include/llvm/MC/ |
D | MCELFObjectWriter.h | 32 uint64_t Addend; // The addend to use. member
|
/external/llvm/lib/MC/ |
D | MCExpr.cpp | 475 const MCSymbolRefExpr *&B, int64_t &Addend) { in AttemptToFoldSymbolOffsetDifference()
|
D | ELFObjectWriter.cpp | 690 uint64_t Addend = 0; in recordRelocation() local
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 479 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/ |
D | NeonEmitter.cpp | 633 unsigned Addend; in getNeonEnum() local 1628 unsigned Addend = 0; in emitDagShuffle() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | InductiveRangeCheckElimination.cpp | 823 const SCEV *Addend = SE.getNegativeSCEV(IndVarNext->getStepRecurrence(SE)); in parseLoopStructure() local
|
/external/llvm/tools/dsymutil/ |
D | DwarfLinker.cpp | 1136 uint64_t Addend; member 1897 uint64_t Addend = Data.getUnsigned(&Offset, RelocSize); in findValidRelocsMachO() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAddSub.cpp | 378 FAddend &Addend = Opnd0 ? Addend1 : Addend0; in drillValueDownOneStep() local
|
/external/clang/lib/CodeGen/ |
D | CGExprScalar.cpp | 2517 static Value* buildFMulAdd(llvm::BinaryOperator *MulOp, Value *Addend, in buildFMulAdd()
|
D | CGBuiltin.cpp | 5087 Value *Addend = Ops[0]; in EmitAArch64BuiltinExpr() local
|
/external/llvm/tools/llvm-objdump/ |
D | MachODump.cpp | 6385 StringRef &Name, uint64_t &Addend) { in findUnwindRelocNameAddend() 6433 uint64_t Addend; in printUnwindRelocDest() local
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 8110 APInt Addend = cast<SCEVConstant>(AddLHS->getOperand(0))->getAPInt(); in isImpliedCondOperandsViaRanges() local
|