Searched refs:FromKind (Results 1 – 2 of 2) sorted by relevance
936 MachineFrameInfo::SSPLayoutKind FromKind in remapInstructions() local939 if (FromKind != MachineFrameInfo::SSPLK_None && in remapInstructions()942 FromKind != MachineFrameInfo::SSPLK_AddrOf))) in remapInstructions()943 MFI->setObjectSSPLayout(SI.second, FromKind); in remapInstructions()
117 static Representation FromKind(Kind kind) { return Representation(kind); } in FromKind() function299 return Representation::FromKind(static_cast<Representation::Kind>(bits)); in DecodeRepresentation()