Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/Object/
HDRelocVisitor.h277 int64_t Addend = getELFAddend(R); in visitELF_X86_64_64() local
281 int64_t Addend = getELFAddend(R); in visitELF_X86_64_PC32() local
286 int64_t Addend = getELFAddend(R); in visitELF_X86_64_32() local
291 int64_t Addend = getELFAddend(R); in visitELF_X86_64_32S() local
298 int64_t Addend = getELFAddend(R); in visitELF_PPC64_ADDR32() local
303 int64_t Addend = getELFAddend(R); in visitELF_PPC64_ADDR64() local
309 int64_t Addend = getELFAddend(R); in visitELF_PPC_ADDR32() local
322 int64_t Addend = getELFAddend(R); in visitELF_MIPS64_32() local
328 int64_t Addend = getELFAddend(R); in visitELF_MIPS64_64() local
335 int64_t Addend = getELFAddend(R); in visitELF_AARCH64_ABS32() local
[all …]
HDMachO.h176 int64_t Addend; variable
HDELFYAML.h135 int64_t Addend; member
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
HDRuntimeDyldELF.cpp226 uint32_t Type, int64_t Addend, in resolveX86_64Relocation()
269 uint32_t Type, int32_t Addend) { in resolveX86Relocation()
291 uint32_t Type, int64_t Addend) { in resolveAArch64Relocation()
429 uint32_t Type, int32_t Addend) { in resolveARMRelocation()
479 uint32_t Type, int32_t Addend) { in resolveMIPSRelocation()
581 uint32_t Type, int64_t Addend, in resolveMIPS64Relocation()
612 uint32_t Type, int64_t Addend, in evaluateMIPS64Relocation()
828 int64_t Addend = *AddendOrErr; in findOPDEntrySection() local
889 uint32_t Type, int64_t Addend) { in resolvePPC64Relocation()
980 uint32_t Type, int64_t Addend) { in resolveSystemZRelocation()
[all …]
HDRuntimeDyldImpl.h99 int64_t Addend; variable
148 int64_t Addend; variable
/NextBSD/contrib/llvm/lib/Target/Hexagon/MCTargetDesc/
HDHexagonMCCodeEmitter.h31 std::unique_ptr<unsigned> Addend; variable
/NextBSD/sys/dev/pms/freebsd/driver/ini/src/
HDosapi.c652 sbit32 volatile *Addend in ostiAtomicIncrement()
662 sbit32 volatile *Addend in ostiAtomicDecrement()
722 sbit32 volatile *Addend in ostiInterlockedIncrement()
731 sbit32 volatile *Addend in ostiInterlockedDecrement()
/NextBSD/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
HDRuntimeDyldMachOAArch64.h39 int64_t Addend = 0; in decodeAddend() local
134 MachO::RelocationInfoType RelType, int64_t Addend) const { in encodeAddend()
HDRuntimeDyldMachOI386.h144 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processSECTDIFFRelocation() local
202 int64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processI386ScatteredVANILLA() local
HDRuntimeDyldCOFFX86_64.h130 uint64_t Addend = 0; in processRelocationRef() local
HDRuntimeDyldMachOARM.h253 int64_t Addend = FullImmVal - (AddrA - AddrB); in processHALFSECTDIFFRelocation() local
/NextBSD/sys/dev/pms/RefTisa/tisa/sassata/common/
HDtdsmcmnapi.c1096 sbit32 volatile *Addend in tdsmInterlockedIncrement()
1105 sbit32 volatile *Addend in tdsmInterlockedDecrement()
1148 sbit32 volatile *Addend in tdsmInterlockedIncrement()
1157 sbit32 volatile *Addend in tdsmInterlockedDecrement()
/NextBSD/contrib/llvm/lib/Target/X86/MCTargetDesc/
HDX86ELFRelocationInfo.cpp41 int64_t Addend = *ELFRelocationRef(Rel).getAddend(); in createExprForRelocation() local
/NextBSD/contrib/llvm/include/llvm/MC/
HDMCELFObjectWriter.h32 uint64_t Addend; // The addend to use. member
/NextBSD/contrib/llvm/lib/MC/
HDMCExpr.cpp467 const MCSymbolRefExpr *&B, int64_t &Addend) { in AttemptToFoldSymbolOffsetDifference()
HDELFObjectWriter.cpp682 uint64_t Addend = 0; in recordRelocation() local
/NextBSD/contrib/llvm/lib/Target/AArch64/AsmParser/
HDAArch64AsmParser.cpp458 int64_t Addend; in isSymbolicUImm12Offset() local
682 int64_t Addend; in isAddSubImm() local
771 int64_t Addend; in isMovWSymbol() local
2062 int64_t Addend; in tryParseAdrpLabel() local
3487 int64_t Addend; in validateInstruction() local
4280 int64_t &Addend) { in classifySymbolRef()
/NextBSD/contrib/llvm/tools/clang/utils/TableGen/
HDNeonEmitter.cpp632 unsigned Addend; in getNeonEnum() local
1628 unsigned Addend = 0; in emitDagShuffle() local
/NextBSD/contrib/llvm/lib/Transforms/Scalar/
HDInductiveRangeCheckElimination.cpp816 const SCEV *Addend = SE.getNegativeSCEV(IndVarNext->getStepRecurrence(SE)); in parseLoopStructure() local
/NextBSD/contrib/llvm/lib/Transforms/InstCombine/
HDInstCombineAddSub.cpp377 FAddend &Addend = Opnd0 ? Addend1 : Addend0; in drillValueDownOneStep() local
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGExprScalar.cpp2530 static Value* buildFMulAdd(llvm::BinaryOperator *MulOp, Value *Addend, in buildFMulAdd()
HDCGBuiltin.cpp4957 Value *Addend = Ops[0]; in EmitAArch64BuiltinExpr() local
/NextBSD/contrib/llvm/tools/llvm-objdump/
HDMachODump.cpp6417 StringRef &Name, uint64_t &Addend) { in findUnwindRelocNameAddend()
6466 uint64_t Addend; in printUnwindRelocDest() local
/NextBSD/contrib/llvm/lib/Analysis/
HDScalarEvolution.cpp7197 APInt Addend = in isImpliedCondOperandsViaRanges() local