/netbsd-src/external/bsd/elftosb/dist/elftosb2/ |
H A D | EncoreBootImageGenerator.cpp | 204 command->setAddress(range.m_begin); in processLoadOperation() 272 command->setAddress(target->getBeginAddress()); in processExecuteOperation()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkGeneric.cpp | 307 B->setAddress(NextBlockAddr); in allocateSegments() 340 Sym->getAddressable().setAddress(ResultI->second.getAddress()); in applyLookupResult()
|
H A D | JITLink.cpp | 175 B.setAddress(B.getAddress() + SplitIndex); in splitBlock()
|
/netbsd-src/external/bsd/elftosb/dist/common/ |
H A D | EncoreBootImage.h | 572 inline void setAddress(uint32_t address) { m_address = address; }; in setAddress() function 654 inline void setAddress(uint32_t address) { m_address = address; } in setAddress() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.h | 537 void setAddress(llvm::Constant *V) { in setAddress() function 590 setAddress(Addr); in OffloadEntryInfoTargetRegion() 654 setAddress(Addr); in OffloadEntryInfoDeviceGlobalVar()
|
H A D | CGValue.h | 332 void setAddress(Address address) { in setAddress() function
|
H A D | CGDecl.cpp | 734 lvalue.setAddress(CGF.emitBlockByrefAddress(lvalue.getAddress(CGF), var)); in drillIntoBlockVariable() 793 tempLV.setAddress(emitBlockByrefAddress(tempLV.getAddress(*this), in EmitScalarInit()
|
H A D | CGOpenMPRuntimeGPU.cpp | 1943 VarAddr.setAddress( in emitGenericVarsProlog() 3163 GlobLVal.setAddress(Address(BufferPtr, GlobAddr.getAlignment())); in emitListToGlobalCopyFunction() 3369 GlobLVal.setAddress(Address(BufferPtr, GlobAddr.getAlignment())); in emitGlobalToListCopyFunction()
|
H A D | CGExprCXX.cpp | 422 This.setAddress(NewThisAddr); in EmitCXXMemberOrOperatorMemberCallExpr()
|
H A D | CGExpr.cpp | 1888 LV.setAddress(Addr); in EmitLoadOfMatrixLValue()
|
H A D | CGOpenMPRuntime.cpp | 3002 Entry.setAddress(Addr); in registerTargetRegionEntryInfo() 3081 Entry.setAddress(Addr); in registerDeviceGlobalVarEntryInfo()
|
H A D | CGStmtOpenMP.cpp | 658 LV.setAddress(WrapperCGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in GenerateOpenMPCapturedStmtFunction()
|
H A D | TargetInfo.cpp | 1322 ReturnSlot.setAddress(CGF.Builder.CreateBitCast(ReturnSlot.getAddress(CGF), in addReturnRegisterOutputs()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.cpp | 211 Row.setAddress(Fde->getInitialLocation()); in create() 520 Row.setAddress(*NewAddress); in parseRows()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 260 void setAddress(uint64_t Addr) { Address = Addr; } in setAddress() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | Core.h | 1097 void setAddress(JITTargetAddress Addr) { this->Addr = Addr; } in setAddress() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Orc/ |
H A D | Core.cpp | 755 SymI->second.setAddress(SymI->second.getAddress()); in replace() 965 SymI->second.setAddress(ResolvedSym.getAddress()); in resolve()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | SCCPSolver.cpp | 1520 IBR->setAddress(BlockAddress::get(IBR->getSuccessor(0))); in resolvedUndefsIn()
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/JITLink/ |
H A D | JITLink.h | 122 void setAddress(JITTargetAddress Address) { this->Address = Address; } in setAddress() function
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Instructions.h | 3644 void setAddress(Value *V) { setOperand(0, V); }
|