Searched refs:AddrB (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
H A D | RuntimeDyldMachOI386.h | 180 uint32_t AddrB = Obj.getScatteredRelocationValue(RE2); in processSECTDIFFRelocation() local 181 section_iterator SBI = getSectionByAddress(Obj, AddrB); in processSECTDIFFRelocation() 184 uint64_t SectionBOffset = AddrB - SectionBBase; in processSECTDIFFRelocation() 194 Addend -= AddrA - AddrB; in processSECTDIFFRelocation() 197 << ", AddrB: " << AddrB << ", Addend: " << Addend in processSECTDIFFRelocation()
|
H A D | RuntimeDyldMachOARM.h | 391 uint32_t AddrB = MachO.getScatteredRelocationValue(RE2); in processHALFSECTDIFFRelocation() local 392 section_iterator SBI = getSectionByAddress(MachO, AddrB); in processHALFSECTDIFFRelocation() 395 uint64_t SectionBOffset = AddrB - SectionBBase; in processHALFSECTDIFFRelocation() 407 int64_t Addend = FullImmVal - (AddrA - AddrB); in processHALFSECTDIFFRelocation() 413 << ", AddrB: " << AddrB << ", Addend: " << Addend in processHALFSECTDIFFRelocation()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelDAGToDAG.cpp | 2545 SDValue AddrB = Addr.getOperand(0); in SelectAddrRegRegScale() local 2546 if (AddrB.getOpcode() == ISD::ADD && in SelectAddrRegRegScale() 2547 UnwrapShl(AddrB.getOperand(0), Index, Scale) && in SelectAddrRegRegScale() 2548 !isa<ConstantSDNode>(AddrB.getOperand(1)) && in SelectAddrRegRegScale() 2554 AddrB.getOperand(1), C1Val), in SelectAddrRegRegScale()
|