Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/
H A 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 …]
H A DELFYAML.h96 int64_t Addend; member
H A DMachO.h176 int64_t Addend; variable
H A DELFObjectFile.h931 int64_t &Addend) { in getELFRelocationAddend()
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldELF.cpp226 uint32_t Type, int64_t Addend, in resolveX86_64Relocation()
291 uint32_t Type, int32_t Addend) { in resolveX86Relocation()
322 uint32_t Type, int64_t Addend) { in resolveAArch64Relocation()
463 uint32_t Type, int32_t Addend) { in resolveARMRelocation()
535 uint32_t Type, int32_t Addend) { in resolveMIPSRelocation()
648 int64_t Addend; in findOPDEntrySection() local
711 uint32_t Type, int64_t Addend) { in resolvePPC64Relocation()
802 uint32_t Type, int64_t Addend) { in resolveSystemZRelocation()
863 uint32_t Type, int64_t Addend, in resolveRelocation()
908 int64_t Addend; in processRelocationRef() local
[all …]
H A DRuntimeDyldImpl.h90 int64_t Addend; variable
139 int64_t Addend; variable
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/
H A DX86ELFRelocationInfo.cpp35 int64_t Addend; getELFRelocationAddend(Rel, Addend); in createExprForRelocation() local
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOAArch64.h38 int64_t Addend = 0; in decodeAddend() local
133 MachO::RelocationInfoType RelType, int64_t Addend) const { in encodeAddend()
H A DRuntimeDyldMachOI386.h144 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processSECTDIFFRelocation() local
204 int64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processI386ScatteredVANILLA() local
H A DRuntimeDyldMachOARM.h252 int64_t Addend = FullImmVal - (AddrA - AddrB); in processHALFSECTDIFFRelocation() local
/minix3/external/bsd/llvm/dist/llvm/lib/MC/
H A DMCExpr.cpp452 int64_t &Addend) { in AttemptToFoldSymbolOffsetDifference()
H A DELFObjectWriter.cpp86 uint64_t Addend; // The addend to use. member
850 uint64_t Addend = 0; in RecordRelocation() local
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp449 int64_t Addend; in isSymbolicUImm12Offset() local
673 int64_t Addend; in isAddSubImm() local
743 int64_t Addend; in isMovWSymbol() local
2027 int64_t Addend; in tryParseAdrpLabel() local
3426 int64_t Addend; in validateInstruction() local
4166 int64_t &Addend) { in classifySymbolRef()
/minix3/external/bsd/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp616 unsigned Addend; in getNeonEnum() local
1619 unsigned Addend = 0; in emitDagShuffle() local
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp377 FAddend &Addend = Opnd0 ? Addend1 : Addend0; in drillValueDownOneStep() local
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp2539 StringRef &Name, uint64_t &Addend) { in findUnwindRelocNameAddend()
2582 uint64_t Addend; in printUnwindRelocDest() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp2460 static Value* buildFMulAdd(llvm::BinaryOperator *MulOp, Value *Addend, in buildFMulAdd()
H A DCGBuiltin.cpp4671 Value *Addend = Ops[0]; in EmitAArch64BuiltinExpr() local