Searched refs:LoadAddress (Results 1 - 20 of 20) sorted by relevance

/external/llvm/lib/DebugInfo/PDB/DIA/
H A DDIASession.cpp68 uint64_t LoadAddress; local
69 bool success = (S_OK == Session->get_loadAddress(&LoadAddress));
70 return (success) ? LoadAddress : 0;
/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/
H A DRuntimeDyldCOFFX86_64.h47 // into memory in the current (host) process. SectionEntry::LoadAddress is
53 // SectionEntry::LoadAddress, but they will be applied at an address based
59 // current object Value will be the LoadAddress of the section in which
76 uint64_t FinalAddress = Section.LoadAddress + RE.Offset;
184 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].LoadAddress;
H A DRuntimeDyldMachOARM.h100 uint64_t FinalAddress = Section.LoadAddress + RE.Offset;
133 uint64_t SectionABase = Sections[RE.Sections.SectionA].LoadAddress;
134 uint64_t SectionBBase = Sections[RE.Sections.SectionB].LoadAddress;
H A DRuntimeDyldMachOI386.h90 uint64_t FinalAddress = Section.LoadAddress + RE.Offset;
102 uint64_t SectionABase = Sections[RE.Sections.SectionA].LoadAddress;
103 uint64_t SectionBBase = Sections[RE.Sections.SectionB].LoadAddress;
H A DRuntimeDyldMachOX86_64.h79 uint64_t FinalAddress = Section.LoadAddress + RE.Offset;
H A DRuntimeDyldMachOAArch64.h328 uint64_t FinalAddress = Section.LoadAddress + RE.Offset;
337 uint64_t FinalAddress = Section.LoadAddress + RE.Offset;
/external/v8/src/ic/x64/
H A Dstub-cache-x64.cc41 __ LoadAddress(kScratchRegister, key_offset);
58 __ LoadAddress(kScratchRegister, value_offset);
H A Dic-x64.cc336 __ LoadAddress(kScratchRegister, cache_keys);
361 __ LoadAddress(kScratchRegister, cache_field_offsets);
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldMachO.cpp109 uint64_t FinalAddress = Section.LoadAddress + RE.Offset;
249 int64_t MemDistance = A->LoadAddress - B->LoadAddress;
278 MemMgr.registerEHFrames(EHFrame->Address, EHFrame->LoadAddress,
H A DRuntimeDyldELF.cpp196 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].LoadAddress;
208 uint64_t EHFrameLoadAddr = Sections[EHFrameSID].LoadAddress;
254 uint64_t FinalAddress = Section.LoadAddress + Offset;
269 uint64_t FinalAddress = Section.LoadAddress + Offset;
297 uint32_t FinalAddress = ((Section.LoadAddress + Offset) & 0xFFFFFFFF);
314 uint64_t FinalAddress = Section.LoadAddress + Offset;
458 uint32_t FinalAddress = ((Section.LoadAddress + Offset) & 0xFFFFFFFF);
533 << format("%p", Section.LoadAddress + Offset) << " Value: "
744 uint64_t FinalAddress = (Section.LoadAddress + Offset);
749 uint64_t FinalAddress = (Section.LoadAddress
[all...]
H A DRuntimeDyldImpl.h63 /// LoadAddress - the address of the section in the target process's memory.
67 uint64_t LoadAddress; member in class:llvm::SectionEntry
80 LoadAddress(reinterpret_cast<uintptr_t>(address)), StubOffset(size),
270 return Sections[SectionID].LoadAddress;
H A DRuntimeDyld.cpp54 uint64_t LoadAddr = S.LoadAddress;
94 uint64_t Addr = Sections[i].LoadAddress;
763 << format("0x%016" PRIx64, Sections[SectionID].LoadAddress) << " -> "
765 Sections[SectionID].LoadAddress = Addr;
836 return RTDyld.Sections[I].LoadAddress;
H A DRuntimeDyldChecker.cpp804 Addr = getRTDyld().Sections[SectionID].LoadAddress;
840 uint64_t SectionBase = getRTDyld().Sections[SectionID].LoadAddress;
/external/v8/src/x64/
H A Ddeoptimizer-x64.cc185 __ LoadAddress(arg5, ExternalReference::isolate_address(isolate()));
189 __ LoadAddress(r9, ExternalReference::isolate_address(isolate()));
238 __ LoadAddress(arg_reg_2, ExternalReference::isolate_address(isolate()));
H A Dregexp-macro-assembler-x64.cc323 __ LoadAddress(r9, ExternalReference::isolate_address(isolate()));
334 __ LoadAddress(rcx, ExternalReference::isolate_address(isolate()));
941 __ LoadAddress(r8, ExternalReference::isolate_address(isolate()));
946 __ LoadAddress(rdx, ExternalReference::isolate_address(isolate()));
H A Dmacro-assembler-x64.cc112 void MacroAssembler::LoadAddress(Register destination, function in class:v8::internal::MacroAssembler
128 // This calculation depends on the internals of LoadAddress.
156 LoadAddress(kScratchRegister, source);
651 LoadAddress(rbx, ExternalReference(f, isolate()));
660 LoadAddress(rbx, ext);
749 LoadAddress(arg_reg_1, ExternalReference::isolate_address(isolate()));
779 LoadAddress(arg_reg_1, ExternalReference::isolate_address(isolate()));
855 LoadAddress(arg_reg_1, ExternalReference::isolate_address(isolate()));
856 LoadAddress(rax,
867 LoadAddress(rb
[all...]
H A Dcode-stubs-x64.cc121 __ LoadAddress(arg_reg_1,
1161 __ LoadAddress(kScratchRegister,
1188 __ LoadAddress(
1314 __ LoadAddress(
3929 __ LoadAddress(arg_reg_3,
H A Dmacro-assembler-x64.h121 void LoadAddress(Register destination, ExternalReference source);
122 // Returns the size of the code generated by LoadAddress.
H A Dlithium-codegen-x64.cc1737 __ LoadAddress(ToRegister(instr->result()), instr->value());
/external/v8/test/cctest/
H A Dtest-macro-assembler-mips64.cc178 TEST(LoadAddress) {

Completed in 881 milliseconds