Home
last modified time | relevance | path

Searched refs:NoFakeStack (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
DAddressSanitizer.cpp2128 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/
DAddressSanitizer.cpp2952 Value *NoFakeStack = in processStaticAllocas() local
2954 Term = SplitBlockAndInsertIfThen(NoFakeStack, InsBefore, false); in processStaticAllocas()
2962 LocalStackBase = createPHI(IRB, NoFakeStack, AllocaValue, Term, FakeStack); in processStaticAllocas()