Home
last modified time | relevance | path

Searched refs:getAddress (Results 1 – 25 of 95) sorted by relevance

1234

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprAgg.cpp266 RetAddr = Dest.getAddress(); in withReturnValueSlot()
371 LValue DestLV = CGF.MakeAddrLValue(dest.getAddress(), type); in EmitCopy()
372 LValue SrcLV = CGF.MakeAddrLValue(src.getAddress(), type); in EmitCopy()
386 Address ArrayPtr = Array.getAddress(); in VisitCXXStdInitializerListExpr()
1413 EmitArrayInit(Dest.getAddress(), AType, E->getType(), E); in VisitInitListExpr()
1441 Dest.getAddress(), CXXRD, BaseRD, in VisitInitListExpr()
1568 Address destPtr = EnsureSlot(E->getType()).getAddress(); in VisitArrayInitLoopExpr()
1762 Address Loc = Slot.getAddress(); in CheckAggExprForMemSetUse()
1780 assert((Slot.getAddress().isValid() || Slot.isIgnored()) && in EmitAggExpr()
1828 Address DestPtr = Dest.getAddress(); in EmitAggregateCopy()
[all …]
H A DCGNonTrivialStruct.cpp710 CGF->EmitStoreOfScalar(getNullForVariable(SrcLV.getAddress()), SrcLV); in visitARCStrong()
769 CGF->EmitStoreOfScalar(getNullForVariable(SrcLV.getAddress()), SrcLV); in visitARCStrong()
803 Address DstPtr = Builder.CreateBitCast(Dst.getAddress(), CGM.Int8PtrPtrTy); in defaultInitNonTrivialCStructVar()
823 Address DstPtr = Dst.getAddress(); in callCStructDefaultConstructor()
849 Address DstPtr = Dst.getAddress(); in callCStructDestructor()
860 Address DstPtr = Dst.getAddress(), SrcPtr = Src.getAddress(); in callCStructCopyConstructor()
874 Address DstPtr = Dst.getAddress(), SrcPtr = Src.getAddress(); in callCStructCopyAssignmentOperator()
885 Address DstPtr = Dst.getAddress(), SrcPtr = Src.getAddress(); in callCStructMoveConstructor()
899 Address DstPtr = Dst.getAddress(), SrcPtr = Src.getAddress(); in callCStructMoveAssignmentOperator()
H A DCGValue.h327 Address getAddress() const { return Address(getPointer(), getAlignment()); } in getAddress() function
432 return RValue::getAggregate(getAddress(), isVolatileQualified()); in asAggregateRValue()
547 return forAddr(LV.getAddress(), LV.getQuals(), isDestructed, needsGC,
583 Address getAddress() const { in getAddress() function
611 return RValue::getAggregate(getAddress(), isVolatile()); in asRValue()
H A DCGStmtOpenMP.cpp310 .getAddress(); in castValueFromUintptr()
508 Address ArgAddr = ArgLVal.getAddress(); in emitOutlinedFunctionPrologue()
1503 return EmitLValue(&DRE).getAddress(); in EmitOMPPrivateLoopCounters()
2352 IVSize, IVSigned, Ordered, IL.getAddress(), LB.getAddress(), in EmitOMPWorksharingLoop()
2353 UB.getAddress(), ST.getAddress(), in EmitOMPWorksharingLoop()
2400 const OMPLoopArguments LoopArguments(LB.getAddress(), UB.getAddress(), in EmitOMPWorksharingLoop()
2401 ST.getAddress(), IL.getAddress(), in EmitOMPWorksharingLoop()
2607 LB.getAddress(), UB.getAddress(), ST.getAddress()); in EmitSections()
3394 LB.getAddress(), UB.getAddress(), ST.getAddress(), in EmitOMPDistributeLoop()
3460 LB.getAddress(), UB.getAddress(), ST.getAddress(), IL.getAddress(), in EmitOMPDistributeLoop()
[all …]
H A DCGExpr.cpp576 Object = LV.getAddress(); in EmitMaterializeTemporaryExpr()
1125 return LV.getAddress(); in EmitPointerWithAlignment()
1763 Address AddrWeakObj = LV.getAddress(); in EmitLoadOfLValue()
1976 Address LvalueDst = Dst.getAddress(); in EmitStoreThroughLValue()
1984 Address LvalueDst = Dst.getAddress(); in EmitStoreThroughLValue()
3243 Address Addr = LV.getAddress(); in EmitArrayToPointerDecay()
3519 Address Addr = BaseLVal.getAddress(); in emitOMPArraySectionBase()
3865 Address Addr = base.getAddress(); in EmitLValueForField()
3923 Address addr = base.getAddress(); in EmitLValueForField()
4193 Address V = LV.getAddress(); in EmitCastLValue()
[all …]
H A DCGExprCXX.cpp125 BaseValue = BaseLV.getAddress(); in EmitCXXPseudoDestructorExpr()
348 *this, Dtor, Dtor_Complete, This.getAddress(), in EmitCXXMemberOrOperatorMemberCallExpr()
378 Callee = CGCallee::forVirtual(CE, MD, This.getAddress(), Ty); in EmitCXXMemberOrOperatorMemberCallExpr()
385 CGM.getCXXABI().LoadVTablePtr(*this, This.getAddress(), in EmitCXXMemberOrOperatorMemberCallExpr()
405 *this, CalleeDecl, This.getAddress(), UseVirtualCall); in EmitCXXMemberOrOperatorMemberCallExpr()
435 This = EmitLValue(BaseExpr).getAddress(); in EmitCXXMemberPointerCallExpr()
584 EmitNullInitialization(Dest.getAddress(), E->getType()); in EmitCXXConstructExpr()
588 EmitNullBaseClassInitialization(*this, Dest.getAddress(), in EmitCXXConstructExpr()
612 EmitCXXAggrConstructorCall(CD, arrayType, Dest.getAddress(), E, in EmitCXXConstructExpr()
640 Dest.getAddress(), E, Dest.mayOverlap(), in EmitCXXConstructExpr()
[all …]
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp49 uint8_t *Src = Sections[RE.SectionID].getAddress() + RE.Offset; in memcpyAddend()
77 uint64_t SectionBaseAddr = TargetSI->getAddress(); in processScatteredVANILLA()
134 uint64_t Addr = Sec.getAddress(); in getRelocationValueRef()
146 Value.Offset += RI->getOffset() + OffsetToNextPC + SecI->getAddress(); in makeValueAddendPCRel()
152 uint8_t *LocalAddress = Section.getAddress() + RE.Offset; in dumpRelocationToResolve()
170 uint64_t SAddr = SI->getAddress(); in getSectionByAddress()
334 uint8_t *P = EHFrame->getAddress(); in registerEHFrames()
340 MemMgr.registerEHFrames(EHFrame->getAddress(), EHFrame->getLoadAddress(), in registerEHFrames()
H A DRuntimeDyldELF.cpp228 uint8_t *EHFrameAddr = Sections[EHFrameSID].getAddress(); in registerEHFrames()
298 Section.getAddress()[Offset] = TruncOffset; in resolveX86_64Relocation()
1070 StubTargetAddr - Section.getAddress() + 4, in resolveAArch64Branch()
1073 StubTargetAddr - Section.getAddress() + 8, in resolveAArch64Branch()
1076 StubTargetAddr - Section.getAddress() + 12, in resolveAArch64Branch()
1294 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1390 StubTargetAddr - Section.getAddress() + 4, in processRelocationRef()
1403 StubTargetAddr - Section.getAddress(), in processRelocationRef()
1618 uintptr_t BaseAddress = uintptr_t(Section.getAddress()); in processRelocationRef()
1666 StubAddress = uintptr_t(Section.getAddress()) + i->second; in processRelocationRef()
[all …]
H A DJITSymbol.cpp77 if (auto AddrOrErr = Sym.getAddress()) in lookup()
89 if (auto AddrOrErr = Sym.getAddress()) in lookup()
H A DRuntimeDyld.cpp88 if (S.getAddress() == nullptr) { in dumpSectionMemory()
95 uint8_t *DataAddr = S.getAddress(); in dumpSectionMemory()
163 if (Sections[i].getAddress() == LocalAddress) { in mapSectionAddress()
173 Expected<uint64_t> AddressOrErr = Sym.getAddress(); in getOffset()
176 Result = *AddressOrErr - Sec.getAddress(); in getOffset()
294 if (auto AddrOrErr = I->getAddress()) in loadObjectImpl()
1000 if (Sections[RE.SectionID].getAddress() == nullptr) in resolveRelocationList()
1026 Addr = RRI->second.getAddress(); in applyExternalSymbolRelocations()
/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DIndirectBrExpandPass.cpp177 cast<IntegerType>(DL.getIntPtrType(IBr->getAddress()->getType())); in runOnFunction()
184 IBr->getAddress(), CommonITy, in runOnFunction()
185 Twine(IBr->getAddress()->getName()) + ".switch_cast", IBr); in runOnFunction()
/freebsd-12.1/contrib/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h224 JITTargetAddress getAddress() const { return Address; } in getAddress() function
258 : CachedAddr(Sym.getAddress()), Flags(Sym.getFlags()) {} in JITSymbol()
314 Expected<JITTargetAddress> getAddress() { in getAddress() function
/freebsd-12.1/contrib/llvm/lib/DebugInfo/Symbolize/
H A DSymbolizableObjectFile.cpp65 OpdAddress = Section->getAddress(); in create()
146 Expected<uint64_t> SymbolAddressOrErr = Symbol.getAddress(); in addSymbol()
160 SymbolAddress = OpdExtractor->getAddress(&OpdOffset32); in addSymbol()
/freebsd-12.1/contrib/llvm/include/llvm/Object/
H A DObjectFile.h98 uint64_t getAddress() const;
163 Expected<uint64_t> getAddress() const;
363 inline Expected<uint64_t> SymbolRef::getAddress() const { in getAddress() function
418 inline uint64_t SectionRef::getAddress() const { in getAddress() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/OProfileJIT/
H A DOProfileJITEventListener.cpp102 Expected<uint64_t> AddrOrErr = Sym.getAddress(); in notifyObjectLoaded()
158 Expected<uint64_t> AddrOrErr = I->getAddress(); in notifyFreeingObject()
/freebsd-12.1/contrib/llvm/lib/Object/
H A DObject.cpp156 return (*unwrap(SI))->getAddress(); in LLVMGetSectionAddress()
198 Expected<uint64_t> Ret = (*unwrap(SI))->getAddress(); in LLVMGetSymbolAddress()
H A DELFObjectFile.cpp378 auto PltEntries = MIA->findPltEntries(Plt->getAddress(), PltBytes, in getPltAddresses()
379 GotPlt->getAddress(), Triple); in getPltAddresses()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DMachORelocation.h44 uint32_t getAddress() const { return r_scattered ? r_value : r_address; } in getAddress() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp173 return OS << format("0x%016" PRIx64, Sym.getAddress()) << " " in operator <<()
280 assert(I->second.getAddress() == 0 && "Redundantly resolving symbol Name"); in resolve()
651 (*Result)[KV.second.Aliasee].getAddress(), KV.second.AliasFlags); in materialize()
801 SymI->second = JITEvaluatedSymbol(SymI->second.getAddress(), in replace()
891 assert(I->second.getAddress() == 0 && "Symbol has already been resolved"); in resolve()
902 I->second = JITEvaluatedSymbol(Sym.getAddress(), ResolvedFlags); in resolve()
1221 if (SymI->second.getAddress() != 0) in lodgeQueryImpl()
1226 assert(SymI->second.getAddress() == 0 && in lodgeQueryImpl()
1339 if (SymI->second.getAddress() != 0) { in lookupImpl()
1347 assert(SymI->second.getAddress() == 0 && in lookupImpl()
[all …]
H A DOrcMCJITReplacement.h179 if (auto Addr = Sym.getAddress()) { in lookup()
192 if (auto Addr = Sym2.getAddress()) { in lookup()
330 return cantFail(findSymbol(Name).getAddress()); in getSymbolAddress()
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldMachOARM.h328 RE.SectionID, StubTargetAddr - Section.getAddress(), in processBranchRelocation()
379 uint64_t SectionABase = SAI->getAddress(); in processHALFSECTDIFFRelocation()
393 uint64_t SectionBBase = SBI->getAddress(); in processHALFSECTDIFFRelocation()
H A DRuntimeDyldMachOI386.h168 uint64_t SectionABase = SAI->getAddress(); in processSECTDIFFRelocation()
182 uint64_t SectionBBase = SBI->getAddress(); in processSECTDIFFRelocation()
H A DRuntimeDyldMachOX86_64.h197 Addend += SecB.getAddress(); in processSubtractRelocation()
223 Addend -= SecA.getAddress(); in processSubtractRelocation()
/freebsd-12.1/contrib/llvm/tools/llvm-readobj/
H A DARMWinEHPrinter.cpp215 uint64_t Address = Section.getAddress(); in getSectionContaining()
233 Expected<uint64_t> Address = Symbol.getAddress(); in getSymbol()
818 uint64_t SectionVA = Section.getAddress(); in dumpXDataRecord()
950 Expected<uint64_t> FunctionAddressOrErr = Function->getAddress(); in dumpUnpackedEntry()
975 Expected<uint64_t> AddressOrErr = XDataRecord->getAddress(); in dumpUnpackedEntry()
1033 Expected<uint64_t> FunctionAddressOrErr = Function->getAddress(); in dumpPackedEntry()
/freebsd-12.1/contrib/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp170 E.Value0 = Data.getAddress(Offset); in parseOneLocationList()
178 E.Value0 = Data.getAddress(Offset); in parseOneLocationList()

1234