Searched defs:SlotPtr (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
H A DShadowStackGC.cpp408 Value *SlotPtr = CreateGEP(Context, AtEntry, StackEntry, 1 + I, "gc_root"); local
412 SlotPtr->takeName(OriginalAlloca);
413 OriginalAlloca->replaceAllUsesWith(SlotPtr);
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp1091 intptr_t *SlotPtr = (intptr_t*)JumpTableBase; local
1098 *SlotPtr++ = getMachineBasicBlockAddress(MBBs[mi]);
1109 int *SlotPtr = (int*)JumpTableBase; local
1115 uintptr_t Base = (uintptr_t)SlotPtr;
1119 *SlotPtr++ = TheJIT->getJITInfo().getPICJumpTableEntry(MBBAddr, Base);

Completed in 81 milliseconds