Searched refs:PtrAddr (Results 1 – 5 of 5) sorted by relevance
146 void *PtrAddr = JCE.allocIndirectGV( in emitGlobalValueIndirectSym() local148 addIndirectSymAddr(Ptr, (intptr_t)PtrAddr); in emitGlobalValueIndirectSym()149 return PtrAddr; in emitGlobalValueIndirectSym()
523 uint64_t PtrAddr = reinterpret_cast<uint64_t>(PtrsBlock.base()); in emitIndirectStubsBlock() local524 for (unsigned I = 0; I < NumStubs; ++I, PtrAddr += 4) in emitIndirectStubsBlock()525 Stub[I] = 0xF1C40000000025ff | (PtrAddr << 16); in emitIndirectStubsBlock()
283 void *PtrAddr = IndirectStubsInfos[Key.first].getPtr(Key.second); in findPointer() local284 assert(PtrAddr && "Missing pointer address"); in findPointer()286 static_cast<TargetAddress>(reinterpret_cast<uintptr_t>(PtrAddr)); in findPointer()
2155 Address PtrAddr = in emitAddrOfVarFromArray() local2157 llvm::Value *Ptr = CGF.Builder.CreateLoad(PtrAddr); in emitAddrOfVarFromArray()5277 auto PtrAddr = CGF.MakeNaturalAlignAddrLValue( in generateInfoForComponentList() local5279 BP = CGF.EmitLoadOfPointerLValue(PtrAddr.getAddress(), in generateInfoForComponentList()
1982 LValue CodeGenFunction::EmitLoadOfPointerLValue(Address PtrAddr, in EmitLoadOfPointerLValue() argument1985 Address Addr = EmitLoadOfPointer(PtrAddr, PtrTy, &Source); in EmitLoadOfPointerLValue()