Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Object/
DRelocVisitor.h178 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 …]
DELFYAML.h95 int64_t Addend; member
DELFObjectFile.h960 int64_t &Addend) { in getELFRelocationAddend()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldELF.cpp259 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 …]
DRuntimeDyldImpl.h92 int64_t Addend; variable
141 int64_t Addend; variable
DRuntimeDyldMachO.cpp565 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/
DX86ELFRelocationInfo.cpp35 int64_t Addend; getELFRelocationAddend(Rel, Addend); in createExprForRelocation() local
/external/llvm/lib/Target/Mips/
DMipsJITInfo.cpp278 int Addend = *((unsigned*) RelocPos) & 0xffff; in relocate() local
/external/llvm/lib/MC/
DMCExpr.cpp501 int64_t &Addend) { in AttemptToFoldSymbolOffsetDifference()
DELFObjectWriter.cpp90 uint64_t Addend; // The addend to use. member
867 uint64_t Addend = 0; in RecordRelocation() local
/external/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp448 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/
DNeonEmitter.cpp616 unsigned Addend; in getNeonEnum() local
1619 unsigned Addend = 0; in emitDagShuffle() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineAddSub.cpp377 FAddend &Addend = Opnd0 ? Addend1 : Addend0; in drillValueDownOneStep() local
/external/clang/lib/CodeGen/
DCGExprScalar.cpp2388 static Value* buildFMulAdd(llvm::BinaryOperator *MulOp, Value *Addend, in buildFMulAdd()
DCGBuiltin.cpp4489 Value *Addend = Ops[0]; in EmitAArch64BuiltinExpr() local