Searched refs:ObjAddress (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyldImpl.h66 /// ObjAddress - address of the section in the in-memory object file. Used
68 uintptr_t ObjAddress; member in class:llvm::SectionEntry
74 ObjAddress(objAddress) {}
H A DRuntimeDyldELF.cpp304 reinterpret_cast<uint32_t *>(Section.ObjAddress + Offset);
317 reinterpret_cast<uint64_t *>(Section.ObjAddress + Offset);
334 reinterpret_cast<uint32_t *>(Section.ObjAddress + Offset);
343 reinterpret_cast<uint32_t *>(Section.ObjAddress + Offset);
504 reinterpret_cast<uint32_t *>(Section.ObjAddress + Offset);
575 reinterpret_cast<uint32_t *>(Section.ObjAddress + Offset);
879 // SectionEntry::ObjAddress is the address of the bits for this section in the
884 // on SectionEntry::Address. SectionEntry::ObjAddress will be used to refer to
H A DRuntimeDyldMachO.cpp178 intptr_t ObjDistance = A->ObjAddress - B->ObjAddress;
248 // SectionEntry::ObjAddress is the address of the bits for this section in the
253 // on SectionEntry::Address. SectionEntry::ObjAddress will be used to refer to

Completed in 68 milliseconds