Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DShadowStackGC.cpp329 SmallVector<std::pair<CallInst*, AllocaInst*>, 16> MetaRoots; in CollectRoots() local
341 MetaRoots.push_back(Pair); in CollectRoots()
346 Roots.insert(Roots.begin(), MetaRoots.begin(), MetaRoots.end()); in CollectRoots()
/external/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp332 SmallVector<std::pair<CallInst *, AllocaInst *>, 16> MetaRoots; in CollectRoots() local
345 MetaRoots.push_back(Pair); in CollectRoots()
350 Roots.insert(Roots.begin(), MetaRoots.begin(), MetaRoots.end()); in CollectRoots()