Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DRelocVisitor.h227 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 …]
DMachO.h176 int64_t Addend; variable
DELFYAML.h114 int64_t Addend; member
DELFObjectFile.h951 int64_t &Addend) { in getELFRelocationAddend()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp225 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 …]
DRuntimeDyldImpl.h99 int64_t Addend; variable
148 int64_t 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()
DRuntimeDyldMachOI386.h145 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processSECTDIFFRelocation() local
205 int64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processI386ScatteredVANILLA() local
DRuntimeDyldCOFFX86_64.h140 uint64_t Addend = 0; in processRelocationRef() local
DRuntimeDyldMachOARM.h254 int64_t Addend = FullImmVal - (AddrA - AddrB); in processHALFSECTDIFFRelocation() local
/external/llvm/lib/Target/X86/MCTargetDesc/
DX86ELFRelocationInfo.cpp35 int64_t Addend; getELFRelocationAddend(Rel, Addend); in createExprForRelocation() local
/external/llvm/include/llvm/MC/
DMCELFObjectWriter.h33 uint64_t Addend; // The addend to use. member
/external/llvm/lib/MC/
DMCExpr.cpp448 const MCSymbolRefExpr *&B, int64_t &Addend) { in AttemptToFoldSymbolOffsetDifference()
DELFObjectWriter.cpp835 uint64_t Addend = 0; in RecordRelocation() local
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp456 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/
DNeonEmitter.cpp616 unsigned Addend; in getNeonEnum() local
1611 unsigned Addend = 0; in emitDagShuffle() local
/external/llvm/tools/dsymutil/
DDwarfLinker.cpp1005 uint64_t Addend; member
1392 uint64_t Addend = Data.getUnsigned(&Offset, RelocSize); in findValidRelocsMachO() local
/external/llvm/lib/Transforms/Scalar/
DInductiveRangeCheckElimination.cpp816 const SCEV *Addend = SE.getNegativeSCEV(IndVarNext->getStepRecurrence(SE)); in parseLoopStructure() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp377 FAddend &Addend = Opnd0 ? Addend1 : Addend0; in drillValueDownOneStep() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2509 static Value* buildFMulAdd(llvm::BinaryOperator *MulOp, Value *Addend, in buildFMulAdd()
DCGBuiltin.cpp4774 Value *Addend = Ops[0]; in EmitAArch64BuiltinExpr() local
/external/llvm/tools/llvm-objdump/
DMachODump.cpp6472 StringRef &Name, uint64_t &Addend) { in findUnwindRelocNameAddend()
6515 uint64_t Addend; in printUnwindRelocDest() local
/external/llvm/lib/Analysis/
DScalarEvolution.cpp7168 APInt Addend = in isImpliedCondOperandsViaRanges() local