Home
last modified time | relevance | path

Searched refs:setAddress (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp114 B->setAddress(Seg.Addr); in apply()
130 B->setAddress(Seg.Addr); in apply()
H A DJITLinkGeneric.cpp216 Sym->getAddressable().setAddress( in applyLookupResult()
H A DJITLink.cpp171 B.setAddress(B.getAddress() + SplitIndex); in splitBlock()
/llvm-project-15.0.7/llvm/include/llvm/MC/
H A DMCPseudoProbe.h177 void setAddress(uint64_t Addr) { Address = Addr; } in setAddress() function
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGOpenMPRuntime.h560 void setAddress(llvm::Constant *V) { in setAddress() function
613 setAddress(Addr); in OffloadEntryInfoTargetRegion()
677 setAddress(Addr); in OffloadEntryInfoDeviceGlobalVar()
H A DCGValue.h344 void setAddress(Address address) { in setAddress() function
H A DCGDecl.cpp750 lvalue.setAddress(CGF.emitBlockByrefAddress(lvalue.getAddress(CGF), var)); in drillIntoBlockVariable()
809 tempLV.setAddress(emitBlockByrefAddress(tempLV.getAddress(*this), in EmitScalarInit()
H A DCGOpenMPRuntimeGPU.cpp2626 GlobLVal.setAddress(Address(BufferPtr, in emitListToGlobalCopyFunction()
2836 GlobLVal.setAddress(Address(BufferPtr, in emitGlobalToListCopyFunction()
H A DCGExprCXX.cpp422 This.setAddress(NewThisAddr); in EmitCXXMemberOrOperatorMemberCallExpr()
H A DCGExpr.cpp1951 LV.setAddress(Addr); in EmitLoadOfMatrixLValue()
4838 LV.setAddress(Builder.CreateElementBitCast(V, T)); in EmitCastLValue()
H A DCGOpenMPRuntime.cpp2986 Entry.setAddress(Addr); in registerTargetRegionEntryInfo()
3065 Entry.setAddress(Addr); in registerDeviceGlobalVarEntryInfo()
H A DCGStmtOpenMP.cpp669 LV.setAddress(WrapperCGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in GenerateOpenMPCapturedStmtFunction()
H A DTargetInfo.cpp1367 ReturnSlot.setAddress( in addReturnRegisterOutputs()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp202 B->setAddress(NextBlockAddr); in startSynthesis()
H A DCore.cpp790 SymI->second.setAddress(SymI->second.getAddress()); in replace()
1002 SymI->second.setAddress(ResolvedSym.getAddress()); in resolve()
/llvm-project-15.0.7/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp216 Row.setAddress(Fde->getInitialLocation()); in create()
538 Row.setAddress(*NewAddress); in parseRows()
/llvm-project-15.0.7/bolt/lib/Rewrite/
H A DRewriteInstance.cpp3237 Probe.setAddress(INT64_MAX); in updatePseudoProbes()
3253 Probe.setAddress(INT64_MAX); in updatePseudoProbes()
3261 Probe->setAddress(BlkOutputAddress); in updatePseudoProbes()
3271 Probe->setAddress(INT64_MAX); in updatePseudoProbes()
3273 Probe->setAddress(CallOutputAddress->second); in updatePseudoProbes()
3279 AP.second.back().setAddress(CallOutputAddress->second); in updatePseudoProbes()
3733 ColdPart.setAddress(0); in mapCodeSections()
3738 ColdPart.setAddress(NextAvailableAddress); in mapCodeSections()
/llvm-project-15.0.7/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h276 void setAddress(uint64_t Addr) { Address = Addr; } in setAddress() function
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1206 void setAddress(JITTargetAddress Addr) { this->Addr = Addr; } in setAddress() function
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DBinaryFunction.h2303 void setAddress(uint64_t VAddress) { Address = VAddress; } in setAddress() function
/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h123 void setAddress(orc::ExecutorAddr Address) { this->Address = Address; } in setAddress() function
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp4068 cold().setAddress(ColdBaseAddress + ColdStartOffset); in updateOutputValues()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h3718 void setAddress(Value *V) { setOperand(0, V); }