Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp324 SmallVector<std::pair<CallInst *, AllocaInst *>, 16> MetaRoots; in CollectRoots() local
337 MetaRoots.push_back(Pair); in CollectRoots()
342 Roots.insert(Roots.begin(), MetaRoots.begin(), MetaRoots.end()); in CollectRoots()