/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayer.h | 66 JITTargetAddress TargetAddr) const; 114 JITTargetAddress TargetAddr) const = 0; 235 JITTargetAddress TargetAddr) const override { in mapSectionAddress() argument 238 PFC->RTDyld->mapSectionAddress(LocalAddress, TargetAddr); in mapSectionAddress() 389 JITTargetAddress TargetAddr) { in mapSectionAddress() argument 391 LinkedObjects[K]->mapSectionAddress(LocalAddress, TargetAddr); in mapSectionAddress()
|
D | ObjectTransformLayer.h | 96 JITTargetAddress TargetAddr) { in mapSectionAddress() argument 97 BaseLayer.mapSectionAddress(K, LocalAddress, TargetAddr); in mapSectionAddress()
|
/external/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ObjectLinkingLayer.h | 49 TargetAddress TargetAddr) const = 0; 147 TargetAddress TargetAddr) const override { in mapSectionAddress() argument 150 PFC->RTDyld->mapSectionAddress(LocalAddress, TargetAddr); in mapSectionAddress() 325 TargetAddress TargetAddr) { in mapSectionAddress() argument 326 (*H)->mapSectionAddress(LocalAddress, TargetAddr); in mapSectionAddress()
|
D | ObjectTransformLayer.h | 86 TargetAddress TargetAddr) { in mapSectionAddress() argument 87 BaseLayer.mapSectionAddress(H, LocalAddress, TargetAddr); in mapSectionAddress()
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/ |
D | ObjectTransformLayerTest.cpp | 136 llvm::JITTargetAddress TargetAddr) { in mapSectionAddress() argument 139 EXPECT_EQ(MockTargetAddress, TargetAddr); in mapSectionAddress() 143 llvm::JITTargetAddress TargetAddr) { in expectMapSectionAddress() argument 146 MockTargetAddress = TargetAddr; in expectMapSectionAddress()
|
/external/llvm/unittests/ExecutionEngine/Orc/ |
D | ObjectTransformLayerTest.cpp | 149 TargetAddress TargetAddr) { in mapSectionAddress() argument 152 EXPECT_EQ(MockTargetAddress, TargetAddr); in mapSectionAddress() 156 TargetAddress TargetAddr) { in expectMapSectionAddress() argument 159 MockTargetAddress = TargetAddr; in expectMapSectionAddress()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 512 uint64_t TargetAddr = SectionAddr + SymEntry.getOffset(); in getSymbol() local 518 TargetAddr = modifyAddressBasedOnFlags(TargetAddr, SymEntry.getFlags()); in getSymbol() 519 return JITEvaluatedSymbol(TargetAddr, SymEntry.getFlags()); in getSymbol()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/ |
D | RTDyldObjectLinkingLayer.cpp | 167 VModuleKey K, const void *LocalAddress, JITTargetAddress TargetAddr) const { in mapSectionAddress() 173 ActiveRTDyldItr->second->mapSectionAddress(LocalAddress, TargetAddr); in mapSectionAddress()
|
/external/llvm/lib/ExecutionEngine/RuntimeDyld/ |
D | RuntimeDyldImpl.h | 464 uint64_t TargetAddr = SectionAddr + SymEntry.getOffset(); in getSymbol() local 465 return RuntimeDyld::SymbolInfo(TargetAddr, SymEntry.getFlags()); in getSymbol()
|
/external/clang/docs/ |
D | ControlFlowIntegrityDesign.rst | 440 void __cfi_check(uint64 CallSiteTypeId, void *TargetAddr) 488 void __cfi_slowpath(uint64 CallSiteTypeId, void *TargetAddr) 490 This functions loads a shadow value for ``TargetAddr``, finds the
|