| /external/llvm/include/llvm/Object/ |
| D | RelocVisitor.h | 227 int64_t Addend; in getELFAddend32LE() local 235 int64_t Addend; in getELFAddend64LE() local 243 int64_t Addend; in getELFAddend32BE() local 251 int64_t Addend; in getELFAddend64BE() local 265 int64_t Addend = getELFAddend32LE(R); in visitELF_386_32() local 270 int64_t Addend = getELFAddend32LE(R); in visitELF_386_PC32() local 281 int64_t Addend = getELFAddend64LE(R); in visitELF_X86_64_64() local 285 int64_t Addend = getELFAddend64LE(R); in visitELF_X86_64_PC32() local 291 int64_t Addend = getELFAddend64LE(R); in visitELF_X86_64_32() local 296 int64_t Addend = getELFAddend64LE(R); in visitELF_X86_64_32S() local [all …]
|
| D | MachO.h | 176 int64_t Addend; variable
|
| D | ELFYAML.h | 114 int64_t Addend; member
|
| D | ELFObjectFile.h | 951 int64_t &Addend) { in getELFRelocationAddend()
|
| /external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| D | RuntimeDyldELF.cpp | 225 uint32_t Type, int64_t Addend, in resolveX86_64Relocation() 281 uint32_t Type, int32_t Addend) { in resolveX86Relocation() 312 uint32_t Type, int64_t Addend) { in resolveAArch64Relocation() 453 uint32_t Type, int32_t Addend) { in resolveARMRelocation() 525 uint32_t Type, int32_t Addend) { in resolveMIPSRelocation() 638 int64_t Addend; in findOPDEntrySection() local 701 uint32_t Type, int64_t Addend) { in resolvePPC64Relocation() 792 uint32_t Type, int64_t Addend) { in resolveSystemZRelocation() 853 uint32_t Type, int64_t Addend, in resolveRelocation() 898 int64_t Addend; in processRelocationRef() local [all …]
|
| D | RuntimeDyldImpl.h | 99 int64_t Addend; variable 148 int64_t 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 | RuntimeDyldMachOI386.h | 145 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processSECTDIFFRelocation() local 205 int64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processI386ScatteredVANILLA() local
|
| D | RuntimeDyldCOFFX86_64.h | 140 uint64_t Addend = 0; in processRelocationRef() local
|
| D | RuntimeDyldMachOARM.h | 254 int64_t Addend = FullImmVal - (AddrA - AddrB); in processHALFSECTDIFFRelocation() local
|
| /external/llvm/lib/Target/X86/MCTargetDesc/ |
| D | X86ELFRelocationInfo.cpp | 35 int64_t Addend; getELFRelocationAddend(Rel, Addend); in createExprForRelocation() local
|
| /external/llvm/include/llvm/MC/ |
| D | MCELFObjectWriter.h | 33 uint64_t Addend; // The addend to use. member
|
| /external/llvm/lib/MC/ |
| D | MCExpr.cpp | 448 const MCSymbolRefExpr *&B, int64_t &Addend) { in AttemptToFoldSymbolOffsetDifference()
|
| D | ELFObjectWriter.cpp | 835 uint64_t Addend = 0; in RecordRelocation() local
|
| /external/llvm/lib/Target/AArch64/AsmParser/ |
| D | AArch64AsmParser.cpp | 456 int64_t Addend; in isSymbolicUImm12Offset() local 680 int64_t Addend; in isAddSubImm() local 750 int64_t Addend; in isMovWSymbol() local 2019 int64_t Addend; in tryParseAdrpLabel() local 3444 int64_t Addend; in validateInstruction() local 4184 int64_t &Addend) { in classifySymbolRef()
|
| /external/clang/utils/TableGen/ |
| D | NeonEmitter.cpp | 616 unsigned Addend; in getNeonEnum() local 1611 unsigned Addend = 0; in emitDagShuffle() local
|
| /external/llvm/tools/dsymutil/ |
| D | DwarfLinker.cpp | 1005 uint64_t Addend; member 1392 uint64_t Addend = Data.getUnsigned(&Offset, RelocSize); in findValidRelocsMachO() local
|
| /external/llvm/lib/Transforms/Scalar/ |
| D | InductiveRangeCheckElimination.cpp | 816 const SCEV *Addend = SE.getNegativeSCEV(IndVarNext->getStepRecurrence(SE)); in parseLoopStructure() local
|
| /external/llvm/lib/Transforms/InstCombine/ |
| D | InstCombineAddSub.cpp | 377 FAddend &Addend = Opnd0 ? Addend1 : Addend0; in drillValueDownOneStep() local
|
| /external/clang/lib/CodeGen/ |
| D | CGExprScalar.cpp | 2509 static Value* buildFMulAdd(llvm::BinaryOperator *MulOp, Value *Addend, in buildFMulAdd()
|
| D | CGBuiltin.cpp | 4774 Value *Addend = Ops[0]; in EmitAArch64BuiltinExpr() local
|
| /external/llvm/tools/llvm-objdump/ |
| D | MachODump.cpp | 6472 StringRef &Name, uint64_t &Addend) { in findUnwindRelocNameAddend() 6515 uint64_t Addend; in printUnwindRelocDest() local
|
| /external/llvm/lib/Analysis/ |
| D | ScalarEvolution.cpp | 7168 APInt Addend = in isImpliedCondOperandsViaRanges() local
|