| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/ |
| H A D | DIASession.cpp | 198 ULONGLONG LoadAddr = 0; in findSymbolByAddress() local 199 if (S_OK != Session->get_loadAddress(&LoadAddr)) in findSymbolByAddress() 201 DWORD RVA = static_cast<DWORD>(Address - LoadAddr); in findSymbolByAddress() 253 ULONGLONG LoadAddr = 0; in findLineNumbersByAddress() local 254 if (S_OK != Session->get_loadAddress(&LoadAddr)) in findLineNumbersByAddress() 256 DWORD RVA = static_cast<DWORD>(Address - LoadAddr); in findLineNumbersByAddress()
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/lli/ |
| H A D | RemoteJITUtils.h | 68 void registerEHFrames(uint8_t *Addr, uint64_t LoadAddr, in registerEHFrames() argument 70 MemMgr->registerEHFrames(Addr, LoadAddr, Size); in registerEHFrames()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | RTDyldMemoryManager.h | 74 void registerEHFrames(uint8_t *Addr, uint64_t LoadAddr, size_t Size) override;
|
| H A D | RuntimeDyld.h | 143 virtual void registerEHFrames(uint8_t *Addr, uint64_t LoadAddr,
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-rtdyld/ |
| H A D | llvm-rtdyld.cpp | 243 void registerEHFrames(uint8_t *Addr, uint64_t LoadAddr, in registerEHFrames() argument 666 auto LoadAddr = Dyld.getSectionLoadAddress((*Tmp)->SectionID); in remapSectionsAndSymbols() local 668 if (LoadAddr != static_cast<uint64_t>( in remapSectionsAndSymbols() 673 if (LoadAddr != 0) in remapSectionsAndSymbols() 674 AlreadyAllocated[LoadAddr] = (*Tmp)->MB.allocatedSize(); in remapSectionsAndSymbols()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyld.cpp | 95 uint64_t LoadAddr = S.getLoadAddress(); in dumpSectionMemory() local 97 unsigned StartPadding = LoadAddr & (ColsPerRow - 1); in dumpSectionMemory() 102 LoadAddr & ~(uint64_t)(ColsPerRow - 1)) << ":"; in dumpSectionMemory() 108 if ((LoadAddr & (ColsPerRow - 1)) == 0) in dumpSectionMemory() 109 dbgs() << "\n" << format("0x%016" PRIx64, LoadAddr) << ":"; in dumpSectionMemory() 114 ++LoadAddr; in dumpSectionMemory()
|
| H A D | RTDyldMemoryManager.cpp | 129 void RTDyldMemoryManager::registerEHFrames(uint8_t *Addr, uint64_t LoadAddr, in registerEHFrames() argument
|
| H A D | RuntimeDyldChecker.cpp | 530 uint64_t LoadAddr = LoadAddrExprResult.getValue(); in evalLoadExpr() local 534 if (LoadAddr == 0) in evalLoadExpr() 538 EvalResult(Checker.readMemoryAtAddr(LoadAddr, ReadSize)), in evalLoadExpr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineLoadStoreAlloca.cpp | 1309 Value *LoadAddr; in removeBitcastsFromLoadStoreOnMinMax() local 1310 if (!match(SI.getValueOperand(), m_Load(m_BitCast(m_Value(LoadAddr))))) in removeBitcastsFromLoadStoreOnMinMax() 1316 if (!isMinMaxWithLoads(LoadAddr, CmpLoadTy)) in removeBitcastsFromLoadStoreOnMinMax() 1330 if (!all_of(LI->users(), [LI, LoadAddr](User *U) { in removeBitcastsFromLoadStoreOnMinMax() 1334 LoadAddr && in removeBitcastsFromLoadStoreOnMinMax()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Expression/ |
| H A D | IRExecutionUnit.h | 303 void registerEHFrames(uint8_t *Addr, uint64_t LoadAddr, in registerEHFrames() argument
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | OrcRemoteTargetClient.h | 153 void registerEHFrames(uint8_t *Addr, uint64_t LoadAddr, in registerEHFrames() argument 155 UnfinalizedEHFrames.push_back({LoadAddr, Size}); in registerEHFrames()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULegalizerInfo.cpp | 1823 Register LoadAddr; in getSegmentAperture() local 1825 B.materializePtrAdd(LoadAddr, QueuePtr, LLT::scalar(64), StructOffset); in getSegmentAperture() 1826 return B.buildLoad(S32, LoadAddr, *MMO).getReg(0); in getSegmentAperture()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 6040 Address LoadAddr = in EmitAAPCSVAArg() local 6042 LoadAddr = CGF.Builder.CreateElementBitCast(LoadAddr, BaseTy); in EmitAAPCSVAArg() 6046 llvm::Value *Elem = CGF.Builder.CreateLoad(LoadAddr); in EmitAAPCSVAArg()
|
| H A D | CGBuiltin.cpp | 7521 Value *LoadAddr = EmitScalarExpr(E->getArg(0)); in EmitARMBuiltinExpr() local 7527 LoadAddr = Builder.CreateBitCast(LoadAddr, PtrTy); in EmitARMBuiltinExpr() 7533 Value *Val = Builder.CreateCall(F, LoadAddr, "ldrex"); in EmitARMBuiltinExpr() 9449 Value *LoadAddr = EmitScalarExpr(E->getArg(0)); in EmitAArch64BuiltinExpr() local 9455 LoadAddr = Builder.CreateBitCast(LoadAddr, PtrTy); in EmitAArch64BuiltinExpr() 9461 Value *Val = Builder.CreateCall(F, LoadAddr, "ldxr"); in EmitAArch64BuiltinExpr()
|