Home
last modified time | relevance | path

Searched refs:TargetAddr (Results 1 – 16 of 16) sorted by relevance

/external/llvm/include/llvm/ExecutionEngine/Orc/
DObjectLinkingLayer.h49 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()
DObjectTransformLayer.h86 TargetAddress TargetAddr) { in mapSectionAddress() argument
87 BaseLayer.mapSectionAddress(H, LocalAddress, TargetAddr); in mapSectionAddress()
/external/llvm/unittests/ExecutionEngine/Orc/
DObjectTransformLayerTest.cpp149 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-10.0/llvm/include/llvm/ExecutionEngine/Orc/
DRTDyldObjectLinkingLayer.h164 JITTargetAddress TargetAddr) const = 0;
285 JITTargetAddress TargetAddr) const override { in mapSectionAddress() argument
288 PFC->RTDyld->mapSectionAddress(LocalAddress, TargetAddr); in mapSectionAddress()
454 JITTargetAddress TargetAddr) { in mapSectionAddress() argument
456 LinkedObjects[K]->mapSectionAddress(LocalAddress, TargetAddr); in mapSectionAddress()
DObjectTransformLayer.h108 JITTargetAddress TargetAddr) { in mapSectionAddress() argument
109 BaseLayer.mapSectionAddress(K, LocalAddress, TargetAddr); in mapSectionAddress()
/external/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h507 uint64_t TargetAddr = SectionAddr + SymEntry.getOffset(); in getSymbol() local
513 TargetAddr = modifyAddressBasedOnFlags(TargetAddr, SymEntry.getFlags()); in getSymbol()
514 return JITEvaluatedSymbol(TargetAddr, SymEntry.getFlags()); in getSymbol()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h522 uint64_t TargetAddr = SectionAddr + SymEntry.getOffset(); in getSymbol() local
528 TargetAddr = modifyAddressBasedOnFlags(TargetAddr, SymEntry.getFlags()); in getSymbol()
529 return JITEvaluatedSymbol(TargetAddr, SymEntry.getFlags()); in getSymbol()
/external/llvm-project/llvm/lib/ExecutionEngine/JITLink/
DELF_x86_64.cpp142 JITTargetAddress TargetAddr = GOTTarget.getAddress(); in optimizeELF_x86_64_GOTAndStubs() local
144 int64_t Displacement = TargetAddr - EdgeAddr + 4; in optimizeELF_x86_64_GOTAndStubs()
177 JITTargetAddress TargetAddr = GOTTarget.getAddress(); in optimizeELF_x86_64_GOTAndStubs() local
179 int64_t Displacement = TargetAddr - EdgeAddr + 4; in optimizeELF_x86_64_GOTAndStubs()
DMachO_x86_64.cpp481 JITTargetAddress TargetAddr = GOTTarget.getAddress(); in optimizeMachO_x86_64_GOTAndStubs() local
490 int64_t Displacement = TargetAddr - EdgeAddr + 4; in optimizeMachO_x86_64_GOTAndStubs()
525 JITTargetAddress TargetAddr = GOTTarget.getAddress(); in optimizeMachO_x86_64_GOTAndStubs() local
527 int64_t Displacement = TargetAddr - EdgeAddr + 4; in optimizeMachO_x86_64_GOTAndStubs()
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
DRuntimeDyldImpl.h464 uint64_t TargetAddr = SectionAddr + SymEntry.getOffset(); in getSymbol() local
465 return RuntimeDyld::SymbolInfo(TargetAddr, SymEntry.getFlags()); in getSymbol()
/external/llvm-project/llvm/lib/ExecutionEngine/Orc/
DTPCIndirectionUtils.cpp125 auto TargetAddr = (*Alloc)->getTargetMemory(TrampolinePagePermissions); in grow() local
127 AvailableTrampolines.push_back(TargetAddr + (I * TrampolineSize)); in grow()
/external/clang/docs/
DControlFlowIntegrityDesign.rst440 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
/external/llvm-project/clang/docs/
DControlFlowIntegrityDesign.rst588 void __cfi_check(uint64 CallSiteTypeId, void *TargetAddr, void *DiagData)
640 void __cfi_slowpath(uint64 CallSiteTypeId, void *TargetAddr)
641 void __cfi_slowpath_diag(uint64 CallSiteTypeId, void *TargetAddr, void *DiagData)
643 These functions loads a shadow value for ``TargetAddr``, finds the
/external/llvm-project/clang/lib/CodeGen/
DCGOpenMPRuntimeGPU.cpp4148 llvm::Value *TargetAddr = CGF.EmitLoadOfScalar( in getParameterAddress() local
4151 TargetAddr = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in getParameterAddress()
4152 TargetAddr, TargetAddr->getType()->getPointerElementType()->getPointerTo( in getParameterAddress()
4155 TargetAddr = CGF.Builder.CreatePointerBitCastOrAddrSpaceCast( in getParameterAddress()
4156 TargetAddr, TargetAddr->getType()->getPointerElementType()->getPointerTo( in getParameterAddress()
4159 CGF.EmitStoreOfScalar(TargetAddr, NativeParamAddr, /*Volatile=*/false, in getParameterAddress()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsISelLowering.cpp3110 const SDValue TargetAddr = Node->getOperand(0).getOperand(1); in AdjustInstrPostInstrSelection() local
3113 dyn_cast_or_null<const GlobalAddressSDNode>(TargetAddr)) { in AdjustInstrPostInstrSelection()
3125 dyn_cast_or_null<const ExternalSymbolSDNode>(TargetAddr)) { in AdjustInstrPostInstrSelection()
/external/llvm-project/llvm/lib/Target/Mips/
DMipsISelLowering.cpp3108 const SDValue TargetAddr = Node->getOperand(0).getOperand(1); in AdjustInstrPostInstrSelection() local
3111 dyn_cast_or_null<const GlobalAddressSDNode>(TargetAddr)) { in AdjustInstrPostInstrSelection()
3123 dyn_cast_or_null<const ExternalSymbolSDNode>(TargetAddr)) { in AdjustInstrPostInstrSelection()