Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DShadowStackGCLowering.cpp220 Constant *FrameMap = ConstantStruct::get(STy, DescriptorElts); in GetFrameMap() local
235 Constant *GV = new GlobalVariable(*F.getParent(), FrameMap->getType(), true, in GetFrameMap()
236 GlobalVariable::InternalLinkage, FrameMap, in GetFrameMap()
242 return ConstantExpr::getGetElementPtr(FrameMap->getType(), GV, GEPIndices); in GetFrameMap()
390 Value *FrameMap = GetFrameMap(F); in runOnFunction() local
408 AtEntry.CreateStore(FrameMap, EntryMapPtr); in runOnFunction()
/external/llvm/docs/
DGarbageCollection.rst441 struct FrameMap {
451 const FrameMap *Map; //< Pointer to constant FrameMap.
473 // For roots [0, NumMeta), the metadata pointer is in the FrameMap.