Searched refs:NextAddr (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-objdump/ |
| H A D | SourcePrinter.cpp | 146 object::SectionedAddress NextAddr, in update() argument 157 ActiveCols[ColIdx].LiveOut = LV.liveAtAddress(NextAddr); in update() 159 << NextAddr.Address << ", " << LV.VarName << ", Col " in update() 176 bool LiveOut = LV.liveAtAddress(NextAddr); in update() 182 << NextAddr.Address << ", " << LV.VarName << ", Col " in update()
|
| H A D | SourcePrinter.h | 95 object::SectionedAddress NextAddr, bool IncludeDefinedVars);
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | OrcRemoteTargetClient.h | 271 JITTargetAddress NextAddr) { in mapAllocsToRemoteAddrs() argument 273 NextAddr = alignTo(NextAddr, Alloc.getAlign()); in mapAllocsToRemoteAddrs() 274 Dyld.mapSectionAddress(Alloc.getLocalAddress(), NextAddr); in mapAllocsToRemoteAddrs() 277 << " -> " << format("0x%016" PRIx64, NextAddr) << "\n"); in mapAllocsToRemoteAddrs() 278 Alloc.setRemoteAddress(NextAddr); in mapAllocsToRemoteAddrs() 282 if (NextAddr) in mapAllocsToRemoteAddrs() 283 NextAddr += Alloc.getSize(); in mapAllocsToRemoteAddrs()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 8546 llvm::Value *NextAddr = Builder.CreateGEP( in EmitVAArgForHexagon() local 8548 Builder.CreateStore(NextAddr, VAListAddrAsBPP); in EmitVAArgForHexagon()
|