Home
last modified time | relevance | path

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

12

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLine.h76 void setAddress(uint64_t address) { setOffset(address); } in setAddress() function
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp129 DAI->setAddress(NewValue); in replaceVariableLocationOp()
215 void DbgAssignIntrinsic::setAddress(Value *V) { in setAddress() function in DbgAssignIntrinsic
223 setAddress(UndefValue::get(getAddress()->getType())); in setKillAddress()
H A DDebugProgramInstruction.cpp172 setAddress(NewValue); in replaceVariableLocationOp()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp115 B->setAddress(Seg.Addr); in apply()
131 B->setAddress(Seg.Addr); in apply()
H A DJITLinkGeneric.cpp235 Sym->getAddressable().setAddress(ResultI->second.getAddress()); in applyLookupResult()
H A DJITLink.cpp191 B.setAddress(B.getAddress() + SplitIndex); in splitBlock()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h192 void setAddress(uint64_t Addr) { Address = Addr; } in setAddress() function
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h300 void setAddress(Value *V) { resetDebugValue(1, ValueAsMetadata::get(V)); } in setAddress() function
H A DIntrinsicInst.h510 void setAddress(Value *V);
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h234 void setAddress(Constant *V) { in setAddress() function
283 setAddress(Addr); in OffloadEntryInfoTargetRegion()
374 setAddress(Addr); in OffloadEntryInfoDeviceGlobalVar()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h130 void setAddress(orc::ExecutorAddr Address) { this->Address = Address; } in setAddress() function
1325 A.setAddress(orc::ExecutorAddr()); in makeExternal()
1352 A.setAddress(Address); in makeAbsolute()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp217 Row.setAddress(Fde->getInitialLocation()); in create()
540 Row.setAddress(*NewAddress); in parseRows()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h278 void setAddress(uint64_t Addr) { Address = Addr; } in setAddress() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h354 void setAddress(Address address) { in setAddress() function
H A DCGDecl.cpp767 lvalue.setAddress(CGF.emitBlockByrefAddress(lvalue.getAddress(CGF), var)); in drillIntoBlockVariable()
826 tempLV.setAddress(emitBlockByrefAddress(tempLV.getAddress(*this), in EmitScalarInit()
H A DCGOpenMPRuntimeGPU.cpp2223 GlobLVal.setAddress(Address(GlobAddr.getPointer(), in emitListToGlobalCopyFunction()
2430 GlobLVal.setAddress(Address(GlobAddr.getPointer(), in emitGlobalToListCopyFunction()
H A DCGExprCXX.cpp430 This.setAddress(NewThisAddr); in EmitCXXMemberOrOperatorMemberCallExpr()
H A DCGExpr.cpp2166 LV.setAddress(Addr); in EmitLoadOfMatrixLValue()
5221 LV.setAddress(V.withElementType(T)); in EmitCastLValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp470 Line->setAddress(Address); in createInstructions()
H A DLVELFReader.cpp738 Line->setAddress(Row.Address.Address); in createLineAndFileRecords()
H A DLVCodeViewReader.cpp312 LineDebug->setAddress(Address + Addendum); in createLines()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp554 V.setAddress(NewAddr); in remapDPValue()
/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DCore.cpp813 SymI->second.setAddress(SymI->second.getAddress()); in replace()
1023 SymI->second.setAddress(ResolvedSym.getAddress()); in resolve()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1221 void setAddress(ExecutorAddr Addr) { this->Addr = Addr; } in setAddress() function
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp330 ReturnSlot.setAddress(ReturnSlot.getAddress(CGF).withElementType(CoerceTy)); in addReturnRegisterOutputs()

12