Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVLine.h76 void setAddress(uint64_t address) { setOffset(address); } in setAddress() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsicInst.cpp130 DAI->setAddress(NewValue); in replaceVariableLocationOp()
218 void DbgAssignIntrinsic::setAddress(Value *V) { in setAddress() function in DbgAssignIntrinsic
226 setAddress(UndefValue::get(getAddress()->getType())); in setKillAddress()
H A DDebugProgramInstruction.cpp293 setAddress(NewValue); in replaceVariableLocationOp()
/freebsd/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/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCPseudoProbe.h192 void setAddress(uint64_t Addr) { Address = Addr; } in setAddress() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h258 void setAddress(Constant *V) { in setAddress() function
307 setAddress(Addr); in OffloadEntryInfoTargetRegion()
400 setAddress(Addr); in OffloadEntryInfoDeviceGlobalVar()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLink.h131 void setAddress(orc::ExecutorAddr Address) { this->Address = Address; } in setAddress() function
1336 A.setAddress(orc::ExecutorAddr()); in makeExternal()
1363 A.setAddress(Address); in makeAbsolute()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DDebuggerSupportPlugin.cpp
H A DCore.cpp830 SymI->second.setAddress(SymI->second.getAddress()); in replace()
963 SymI->second.setAddress(ResolvedSym.getAddress()); in resolve()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDebugProgramInstruction.h509 void setAddress(Value *V) { resetDebugValue(1, ValueAsMetadata::get(V)); } in setAddress() function
H A DIntrinsicInst.h512 void setAddress(Value *V);
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h278 void setAddress(uint64_t Addr) { Address = Addr; } in setAddress() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h363 void setAddress(Address address) { Addr = address; }
H A DCGDecl.cpp770 lvalue.setAddress(CGF.emitBlockByrefAddress(lvalue.getAddress(), var)); in drillIntoBlockVariable()
829 tempLV.setAddress(emitBlockByrefAddress(tempLV.getAddress(), in EmitScalarInit()
H A DCGExprCXX.cpp433 This.setAddress(NewThisAddr); in EmitCXXMemberOrOperatorMemberCallExpr()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugFrame.cpp217 Row.setAddress(Fde->getInitialLocation()); in create()
540 Row.setAddress(*NewAddress); in parseRows()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp499 Line->setAddress(Address); in createInstructions()
H A DLVDWARFReader.cpp752 Line->setAddress(Row.Address.Address + WasmCodeSectionOffset); in createLineAndFileRecords()
H A DLVCodeViewReader.cpp312 LineDebug->setAddress(Address + Addendum); in createLines()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DValueMapper.cpp563 V.setAddress(NewAddr); in remapDbgRecord()
H A DLocal.cpp2243 Assign->setAddress(NewV); in salvageDbgAssignAddress()
3709 DA->setAddress(I->second); in remapDebugVariable()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1274 void setAddress(ExecutorAddr Addr) { this->Addr = Addr; } in setAddress() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DX86.cpp330 ReturnSlot.setAddress(ReturnSlot.getAddress().withElementType(CoerceTy)); in addReturnRegisterOutputs()

12