/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldCOFFThumb.h | 203 uint64_t Result = Sections[RE.Sections.SectionA].getLoadAddress() - in resolveRelocation() 204 Sections[0].getLoadAddress() + RE.Addend; in resolveRelocation() 265 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation() 280 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation() 295 RE.Addend - (Sections[RE.SectionID].getLoadAddress() + RE.Offset) - 4; in resolveRelocation()
|
D | RuntimeDyldCOFFI386.h | 160 Sections[0].getLoadAddress(); in resolveRelocation() 174 : Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() 175 Result = Result - Section.getLoadAddress() + RE.Addend - 4 - RE.Offset; in resolveRelocation()
|
D | RuntimeDyldCOFFX86_64.h | 44 if (Section.getLoadAddress() != 0) in getImageBase() 45 ImageBase = std::min(ImageBase, Section.getLoadAddress()); in getImageBase() 274 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress(); in registerEHFrames()
|
D | RuntimeDyldMachOX86_64.h | 112 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() 113 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
|
D | RuntimeDyldMachOI386.h | 115 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() 116 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
|
D | RuntimeDyldCOFFAArch64.h | 83 if (Section.getLoadAddress() != 0) in getImageBase() 84 ImageBase = std::min(ImageBase, Section.getLoadAddress()); in getImageBase()
|
D | RuntimeDyldMachOARM.h | 260 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() 261 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
|
D | RuntimeDyldMachOAArch64.h | 418 uint64_t SectionABase = Sections[RE.Sections.SectionA].getLoadAddress(); in resolveRelocation() 419 uint64_t SectionBBase = Sections[RE.Sections.SectionB].getLoadAddress(); in resolveRelocation()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 152 uint64_t FinalAddress = Section.getLoadAddress() + RE.Offset; in dumpRelocationToResolve() 313 int64_t MemDistance = A->getLoadAddress() - B->getLoadAddress(); in computeDelta() 342 MemMgr.registerEHFrames(EHFrame->getAddress(), EHFrame->getLoadAddress(), in registerEHFrames()
|
D | RuntimeDyldImpl.h | 97 uint64_t getLoadAddress() const { return LoadAddress; } in getLoadAddress() function 480 return Sections[SectionID].getLoadAddress(); in getSectionLoadAddress()
|
D | RuntimeDyld.cpp | 95 uint64_t LoadAddr = S.getLoadAddress(); in dumpSectionMemory() 150 uint64_t Addr = Sections[Idx].getLoadAddress(); in resolveLocalRelocations() 1054 << format("0x%016" PRIx64, Sections[SectionID].getLoadAddress()) in reassignSectionAddress() 1247 return RTDyld.Sections[I->second].getLoadAddress(); in getSectionLoadAddress()
|
D | RuntimeDyldELF.cpp | 232 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].getLoadAddress(); in registerEHFrames() 1036 Address = uint64_t(Sections[Value.SectionID].getLoadAddress()); in resolveAArch64ShortBranch()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | Optimizer.cpp | 76 , address(isStore ? inst->getStoreAddress() : inst->getLoadAddress()) in LoadStoreInst() 443 if(Ice::InstAlloca *alloca = allocaOf(inst.getLoadAddress())) in optimizeSingleBasicBlockLoadsStores() 611 if(isLoad(*use) && use->getLoadAddress() == allocaAddress) in isStaticallyIndexedArray() 713 assert(load->getLoadAddress() == store->getStoreAddress()); in loadTypeMatchesStore() 836 if(value == instruction->getLoadAddress()) in insert()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/DIA/ |
D | DIASession.h | 31 uint64_t getLoadAddress() const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | IPDBSession.h | 29 virtual uint64_t getLoadAddress() const = 0;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
D | NativeSession.h | 39 uint64_t getLoadAddress() const override;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeSession.cpp | 83 uint64_t NativeSession::getLoadAddress() const { return 0; } in getLoadAddress() function in NativeSession
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceASanInstrumentation.cpp | 366 Operand *Src = Instr->getLoadAddress(); in instrumentLoad() 376 instrumentAccess(Context, Instr->getLoadAddress(), in instrumentLoad()
|
D | IceInst.h | 116 Operand *getLoadAddress() const { return getSrc(0); } in getLoadAddress() function
|
D | IceTargetLoweringX8664.cpp | 608 if (!isSameMemAddressOperand(Load->getLoadAddress(), in findRMW() 693 if (!llvm::isa<Constant>(Load->getLoadAddress())) { in doLoadOpt() 696 LoadSrc = formMemoryOperand(Load->getLoadAddress(), in doLoadOpt() 4991 Operand *Src0 = formMemoryOperand(Load->getLoadAddress(), Ty); in lowerLoad()
|
D | IceTargetLoweringX8632.cpp | 599 if (!isSameMemAddressOperand(Load->getLoadAddress(), in findRMW() 686 LoadSrc = formMemoryOperand(Load->getLoadAddress(), LoadDest->getType(), in doLoadOpt() 5581 Operand *Src0 = formMemoryOperand(Load->getLoadAddress(), Ty); in lowerLoad()
|
D | IceTargetLoweringARM32.cpp | 5280 Operand *Src0 = formMemoryOperand(Load->getLoadAddress(), Ty); in lowerLoad()
|
D | IceTargetLoweringMIPS32.cpp | 5151 Operand *Src0 = formMemoryOperand(Instr->getLoadAddress(), Ty); in lowerLoad()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/DIA/ |
D | DIASession.cpp | 138 uint64_t DIASession::getLoadAddress() const { in getLoadAddress() function in DIASession
|