/minix3/external/bsd/llvm/dist/llvm/include/llvm/Object/ |
H A D | RelocVisitor.h | 227 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 D | ELFYAML.h | 96 int64_t Addend; member
|
H A D | MachO.h | 176 int64_t Addend; variable
|
H A D | ELFObjectFile.h | 931 int64_t &Addend) { in getELFRelocationAddend()
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/ |
H A D | RuntimeDyldELF.cpp | 226 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 D | RuntimeDyldImpl.h | 90 int64_t Addend; variable 139 int64_t Addend; variable
|
/minix3/external/bsd/llvm/dist/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ELFRelocationInfo.cpp | 35 int64_t Addend; getELFRelocationAddend(Rel, Addend); in createExprForRelocation() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOAArch64.h | 38 int64_t Addend = 0; in decodeAddend() local 133 MachO::RelocationInfoType RelType, int64_t Addend) const { in encodeAddend()
|
H A D | RuntimeDyldMachOI386.h | 144 uint64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processSECTDIFFRelocation() local 204 int64_t Addend = readBytesUnaligned(LocalAddress, NumBytes); in processI386ScatteredVANILLA() local
|
H A D | RuntimeDyldMachOARM.h | 252 int64_t Addend = FullImmVal - (AddrA - AddrB); in processHALFSECTDIFFRelocation() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/MC/ |
H A D | MCExpr.cpp | 452 int64_t &Addend) { in AttemptToFoldSymbolOffsetDifference()
|
H A D | ELFObjectWriter.cpp | 86 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 D | AArch64AsmParser.cpp | 449 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 D | NeonEmitter.cpp | 616 unsigned Addend; in getNeonEnum() local 1619 unsigned Addend = 0; in emitDagShuffle() local
|
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/ |
H A D | InstCombineAddSub.cpp | 377 FAddend &Addend = Opnd0 ? Addend1 : Addend0; in drillValueDownOneStep() local
|
/minix3/external/bsd/llvm/dist/llvm/tools/llvm-objdump/ |
H A D | MachODump.cpp | 2539 StringRef &Name, uint64_t &Addend) { in findUnwindRelocNameAddend() 2582 uint64_t Addend; in printUnwindRelocDest() local
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | CGExprScalar.cpp | 2460 static Value* buildFMulAdd(llvm::BinaryOperator *MulOp, Value *Addend, in buildFMulAdd()
|
H A D | CGBuiltin.cpp | 4671 Value *Addend = Ops[0]; in EmitAArch64BuiltinExpr() local
|