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

/macosx-10.10/llvmCore-3425.0.34/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);
/macosx-10.10/llvmCore-3425.0.34/lib/ExecutionEngine/JIT/
H A DJITEmitter.cpp1136 intptr_t *SlotPtr = (intptr_t*)JumpTableBase; local
1143 *SlotPtr++ = getMachineBasicBlockAddress(MBBs[mi]);
1154 int *SlotPtr = (int*)JumpTableBase; local
1160 uintptr_t Base = (uintptr_t)SlotPtr;
1164 *SlotPtr++ = TheJIT->getJITInfo().getPICJumpTableEntry(MBBAddr, Base);

Completed in 114 milliseconds