| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/ |
| H A D | LVLine.h | 76 void setAddress(uint64_t address) { setOffset(address); } in setAddress() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/IR/ |
| H A D | IntrinsicInst.cpp | 129 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 D | DebugProgramInstruction.cpp | 172 setAddress(NewValue); in replaceVariableLocationOp()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.cpp | 115 B->setAddress(Seg.Addr); in apply() 131 B->setAddress(Seg.Addr); in apply()
|
| H A D | JITLinkGeneric.cpp | 235 Sym->getAddressable().setAddress(ResultI->second.getAddress()); in applyLookupResult()
|
| H A D | JITLink.cpp | 191 B.setAddress(B.getAddress() + SplitIndex); in splitBlock()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/MC/ |
| H A D | MCPseudoProbe.h | 192 void setAddress(uint64_t Addr) { Address = Addr; } in setAddress() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DebugProgramInstruction.h | 300 void setAddress(Value *V) { resetDebugValue(1, ValueAsMetadata::get(V)); } in setAddress() function
|
| H A D | IntrinsicInst.h | 510 void setAddress(Value *V);
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | OMPIRBuilder.h | 234 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 D | JITLink.h | 130 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 D | DWARFDebugFrame.cpp | 217 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 D | DWARFDebugFrame.h | 278 void setAddress(uint64_t Addr) { Address = Addr; } in setAddress() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGValue.h | 354 void setAddress(Address address) { in setAddress() function
|
| H A D | CGDecl.cpp | 767 lvalue.setAddress(CGF.emitBlockByrefAddress(lvalue.getAddress(CGF), var)); in drillIntoBlockVariable() 826 tempLV.setAddress(emitBlockByrefAddress(tempLV.getAddress(*this), in EmitScalarInit()
|
| H A D | CGOpenMPRuntimeGPU.cpp | 2223 GlobLVal.setAddress(Address(GlobAddr.getPointer(), in emitListToGlobalCopyFunction() 2430 GlobLVal.setAddress(Address(GlobAddr.getPointer(), in emitGlobalToListCopyFunction()
|
| H A D | CGExprCXX.cpp | 430 This.setAddress(NewThisAddr); in EmitCXXMemberOrOperatorMemberCallExpr()
|
| H A D | CGExpr.cpp | 2166 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 D | LVBinaryReader.cpp | 470 Line->setAddress(Address); in createInstructions()
|
| H A D | LVELFReader.cpp | 738 Line->setAddress(Row.Address.Address); in createLineAndFileRecords()
|
| H A D | LVCodeViewReader.cpp | 312 LineDebug->setAddress(Address + Addendum); in createLines()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | ValueMapper.cpp | 554 V.setAddress(NewAddr); in remapDPValue()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | Core.cpp | 813 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 D | Core.h | 1221 void setAddress(ExecutorAddr Addr) { this->Addr = Addr; } in setAddress() function
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | X86.cpp | 330 ReturnSlot.setAddress(ReturnSlot.getAddress(CGF).withElementType(CoerceTy)); in addReturnRegisterOutputs()
|