/freebsd/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/contrib/llvm-project/llvm/lib/IR/ |
H A D | IntrinsicInst.cpp | 130 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 D | DebugProgramInstruction.cpp | 293 setAddress(NewValue); in replaceVariableLocationOp()
|
/freebsd/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/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCPseudoProbe.h | 192 void setAddress(uint64_t Addr) { Address = Addr; } in setAddress() function
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
H A D | OMPIRBuilder.h | 258 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 D | JITLink.h | 131 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 D | DebuggerSupportPlugin.cpp |
|
H A D | Core.cpp | 830 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 D | DebugProgramInstruction.h | 509 void setAddress(Value *V) { resetDebugValue(1, ValueAsMetadata::get(V)); } in setAddress() function
|
H A D | IntrinsicInst.h | 512 void setAddress(Value *V);
|
/freebsd/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/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGValue.h | 363 void setAddress(Address address) { Addr = address; }
|
H A D | CGDecl.cpp | 770 lvalue.setAddress(CGF.emitBlockByrefAddress(lvalue.getAddress(), var)); in drillIntoBlockVariable() 829 tempLV.setAddress(emitBlockByrefAddress(tempLV.getAddress(), in EmitScalarInit()
|
H A D | CGExprCXX.cpp | 433 This.setAddress(NewThisAddr); in EmitCXXMemberOrOperatorMemberCallExpr()
|
/freebsd/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/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
H A D | LVBinaryReader.cpp | 499 Line->setAddress(Address); in createInstructions()
|
H A D | LVDWARFReader.cpp | 752 Line->setAddress(Row.Address.Address + WasmCodeSectionOffset); in createLineAndFileRecords()
|
H A D | LVCodeViewReader.cpp | 312 LineDebug->setAddress(Address + Addendum); in createLines()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | ValueMapper.cpp | 563 V.setAddress(NewAddr); in remapDbgRecord()
|
H A D | Local.cpp | 2243 Assign->setAddress(NewV); in salvageDbgAssignAddress() 3709 DA->setAddress(I->second); in remapDebugVariable()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 1274 void setAddress(ExecutorAddr Addr) { this->Addr = Addr; } in setAddress() function
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | X86.cpp | 330 ReturnSlot.setAddress(ReturnSlot.getAddress().withElementType(CoerceTy)); in addReturnRegisterOutputs()
|