Searched refs:NextAddr (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | EPCGenericRTDyldMemoryManager.cpp | 300 RuntimeDyld &Dyld, std::vector<Alloc> &Allocs, ExecutorAddr NextAddr) { in mapAllocsToRemoteAddrs() argument 302 NextAddr.setValue(alignTo(NextAddr.getValue(), Alloc.Align)); in mapAllocsToRemoteAddrs() 305 << format("0x%016" PRIx64, NextAddr.getValue()) << "\n"; in mapAllocsToRemoteAddrs() 309 NextAddr.getValue()); in mapAllocsToRemoteAddrs() 310 Alloc.RemoteAddr = NextAddr; in mapAllocsToRemoteAddrs() 313 if (NextAddr) in mapAllocsToRemoteAddrs() 314 NextAddr += ExecutorAddrDiff(Alloc.Size); in mapAllocsToRemoteAddrs()
|
| /llvm-project-15.0.7/llvm/tools/llvm-objdump/ |
| H A D | SourcePrinter.cpp | 148 object::SectionedAddress NextAddr, in update() argument 159 ActiveCols[ColIdx].LiveOut = LV.liveAtAddress(NextAddr); in update() 161 << NextAddr.Address << ", " << LV.VarName << ", Col " in update() 178 bool LiveOut = LV.liveAtAddress(NextAddr); in update() 184 << NextAddr.Address << ", " << LV.VarName << ", Col " in update()
|
| H A D | SourcePrinter.h | 96 object::SectionedAddress NextAddr, bool IncludeDefinedVars);
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/JITLink/ |
| H A D | JITLinkMemoryManager.cpp | 161 orc::ExecutorAddr NextAddr(0x100000); in Create() local 174 NextAddr = in Create() 175 orc::ExecutorAddr(alignTo(NextAddr.getValue(), Seg.ContentAlign)); in Create() 178 NextAddr, Seg.ContentAlign.value(), 0); in Create() 180 NextAddr += Seg.ContentSize; in Create()
|
| /llvm-project-15.0.7/llvm/test/CodeGen/ARM/ |
| H A D | mbp.ll | 51 %NextAddr = getelementptr inbounds %Target, %Target* %TargetPhi, i32 0, i32 0 52 %NextPtr = load %Target*, %Target** %NextAddr, align 4
|
| /llvm-project-15.0.7/llvm/tools/llvm-jitlink/ |
| H A D | llvm-jitlink.cpp | 415 orc::ExecutorAddr NextAddr(Syms.front()->getAddress().getValue() & in dumpSectionContents() local 427 while (NextAddr != SymStart) { in dumpSectionContents() 428 if (NextAddr % DumpWidth == 0) in dumpSectionContents() 429 OS << formatv("\n{0:x16}:", NextAddr); in dumpSectionContents() 431 ++NextAddr; in dumpSectionContents() 435 while (NextAddr != SymEnd) { in dumpSectionContents() 436 if (NextAddr % DumpWidth == 0) in dumpSectionContents() 437 OS << formatv("\n{0:x16}:", NextAddr); in dumpSectionContents() 441 OS << formatv(" {0:x-2}", SymData[NextAddr - SymStart]); in dumpSectionContents() 442 ++NextAddr; in dumpSectionContents()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | EPCGenericRTDyldMemoryManager.h | 111 ExecutorAddr NextAddr);
|
| /llvm-project-15.0.7/llvm/lib/ObjectYAML/ |
| H A D | MachOEmitter.cpp | 579 for (uint64_t NextAddr : Obj.LinkEdit.FunctionStarts) { in writeFunctionStarts() local 580 uint64_t Delta = NextAddr - Addr; in writeFunctionStarts() 582 Addr = NextAddr; in writeFunctionStarts()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 8758 llvm::Value *NextAddr = Builder.CreateGEP( in EmitVAArgForHexagon() local 8760 Builder.CreateStore(NextAddr, VAListAddrAsBPP); in EmitVAArgForHexagon()
|