/external/llvm/include/llvm/Object/ |
D | RelocVisitor.h | 178 int64_t Addend; in getAddend32LE() local 186 int64_t Addend; in getAddend64LE() local 194 int64_t Addend; in getAddend32BE() local 202 int64_t Addend; in getAddend64BE() local 216 int64_t Addend = getAddend32LE(R); in visitELF_386_32() local 222 int64_t Addend = getAddend32LE(R); in visitELF_386_PC32() local 233 int64_t Addend = getAddend64LE(R); in visitELF_X86_64_64() local 238 int64_t Addend = getAddend64LE(R); in visitELF_X86_64_PC32() local 244 int64_t Addend = getAddend64LE(R); in visitELF_X86_64_32() local 249 int64_t Addend = getAddend64LE(R); in visitELF_X86_64_32S() local [all …]
|
D | ELFYAML.h | 95 int64_t Addend; member
|
D | ELFObjectFile.h | 960 int64_t &Addend) { in getELFRelocationAddend()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldELF.cpp | 259 uint32_t Type, int64_t Addend, in resolveX86_64Relocation() 328 uint32_t Type, int32_t Addend) { in resolveX86Relocation() 360 uint32_t Type, int64_t Addend) { in resolveAArch64Relocation() 501 uint32_t Type, int32_t Addend) { in resolveARMRelocation() 573 uint32_t Type, int32_t Addend) { in resolveMIPSRelocation() 686 int64_t Addend; in findOPDEntrySection() local 750 uint32_t Type, int64_t Addend) { in resolvePPC64Relocation() 841 uint32_t Type, int64_t Addend) { in resolveSystemZRelocation() 902 uint32_t Type, int64_t Addend, in resolveRelocation() 948 int64_t Addend; in processRelocationRef() local [all …]
|
D | RuntimeDyldImpl.h | 92 int64_t Addend; variable 141 int64_t Addend; variable
|
D | RuntimeDyldMachO.cpp | 565 int64_t Addend = 0; in processSECTDIFFRelocation() local 630 int64_t Addend = 0; in processI386ScatteredVANILLA() local 694 uint64_t Addend = 0; in processRelocationRef() local
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86ELFRelocationInfo.cpp | 35 int64_t Addend; getELFRelocationAddend(Rel, Addend); in createExprForRelocation() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsJITInfo.cpp | 278 int Addend = *((unsigned*) RelocPos) & 0xffff; in relocate() local
|
/external/llvm/lib/MC/ |
D | MCExpr.cpp | 501 int64_t &Addend) { in AttemptToFoldSymbolOffsetDifference()
|
D | ELFObjectWriter.cpp | 90 uint64_t Addend; // The addend to use. member 867 uint64_t Addend = 0; in RecordRelocation() local
|
/external/llvm/lib/Target/AArch64/AsmParser/ |
D | AArch64AsmParser.cpp | 448 int64_t Addend; in isSymbolicUImm12Offset() local 672 int64_t Addend; in isAddSubImm() local 742 int64_t Addend; in isMovWSymbol() local 2041 int64_t Addend; in tryParseAdrpLabel() local 3414 int64_t Addend; in validateInstruction() local 4102 int64_t &Addend) { in classifySymbolRef()
|
/external/clang/utils/TableGen/ |
D | NeonEmitter.cpp | 616 unsigned Addend; in getNeonEnum() local 1619 unsigned Addend = 0; in emitDagShuffle() 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 | 2388 static Value* buildFMulAdd(llvm::BinaryOperator *MulOp, Value *Addend, in buildFMulAdd()
|
D | CGBuiltin.cpp | 4489 Value *Addend = Ops[0]; in EmitAArch64BuiltinExpr() local
|