/external/llvm/lib/ExecutionEngine/RuntimeDyld/Targets/ |
D | RuntimeDyldMachOAArch64.h | 37 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend() local 133 void encodeAddend(uint8_t *LocalAddress, unsigned NumBytes, in encodeAddend() 315 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local 431 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); in processSubtractRelocation() local
|
D | RuntimeDyldMachOARM.h | 39 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in decodeAddend() local 118 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local 239 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processHALFSECTDIFFRelocation() local
|
D | RuntimeDyldMachOX86_64.h | 90 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local 169 uint8_t *LocalAddress = Sections[SectionID].getAddressWithOffset(Offset); in processSubtractRelocation() local
|
D | RuntimeDyldMachOI386.h | 103 uint8_t *LocalAddress = Section.getAddressWithOffset(RE.Offset); in resolveRelocation() local 157 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processSECTDIFFRelocation() local
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ObjectTransformLayer.h | 85 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in mapSectionAddress()
|
D | ObjectLinkingLayer.h | 146 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress() 324 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in mapSectionAddress()
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | ObjectTransformLayerTest.cpp | 148 void mapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in mapSectionAddress() 155 void expectMapSectionAddress(ObjSetHandleT H, const void *LocalAddress, in expectMapSectionAddress()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldMachO.cpp | 68 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in processScatteredVANILLA() local 149 uint8_t *LocalAddress = Section.getAddress() + RE.Offset; in dumpRelocationToResolve() local
|
D | RuntimeDyldELF.cpp | 930 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC32Relocation() local 950 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolvePPC64Relocation() local 1041 uint8_t *LocalAddress = Section.getAddressWithOffset(Offset); in resolveSystemZRelocation() local
|
D | RuntimeDyld.cpp | 152 void RuntimeDyldImpl::mapSectionAddress(const void *LocalAddress, in mapSectionAddress() 1068 void RuntimeDyld::mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
|
D | RuntimeDyldChecker.cpp | 935 bool LocalAddress) { in getSectionAddr()
|
/external/llvm/lib/ExecutionEngine/MCJIT/ |
D | MCJIT.h | 281 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
|
/external/clang/lib/CodeGen/ |
D | CGBlocks.h | 228 Address LocalAddress; variable
|
/external/llvm/include/llvm/ExecutionEngine/ |
D | ExecutionEngine.h | 236 virtual void mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | OrcMCJITReplacement.h | 205 void mapSectionAddress(const void *LocalAddress, in mapSectionAddress()
|