OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SlotPtr
(Results
1 - 3
of
3
) sorted by null
/external/llvm/lib/CodeGen/
ShadowStackGC.cpp
397
Value *
SlotPtr
= CreateGEP(Context, AtEntry, StackEntry, 1 + I, "gc_root");
401
SlotPtr
->takeName(OriginalAlloca);
402
OriginalAlloca->replaceAllUsesWith(
SlotPtr
);
/external/llvm/lib/ExecutionEngine/JIT/
JITEmitter.cpp
[
all
...]
/frameworks/compile/libbcc/lib/CodeGen/
CodeEmitter.cpp
815
intptr_t *
SlotPtr
= reinterpret_cast<intptr_t*>(mpJumpTableBase);
821
*
SlotPtr
++ = getMachineBasicBlockAddress(MBBs[j]);
[
all
...]
Completed in 58 milliseconds