Searched refs:NoFakeStack (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 2128 Value *NoFakeStack = in poisonStack() local 2130 Term = SplitBlockAndInsertIfThen(NoFakeStack, InsBefore, false); in poisonStack() 2137 LocalStackBase = createPHI(IRB, NoFakeStack, AllocaValue, Term, FakeStack); in poisonStack()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | AddressSanitizer.cpp | 2952 Value *NoFakeStack = in processStaticAllocas() local 2954 Term = SplitBlockAndInsertIfThen(NoFakeStack, InsBefore, false); in processStaticAllocas() 2962 LocalStackBase = createPHI(IRB, NoFakeStack, AllocaValue, Term, FakeStack); in processStaticAllocas()
|