Searched refs:WrapperKind (Results 1 – 2 of 2) sorted by relevance
300 enum WrapperKind { enum in __anonaa9af5010111::DataFlowSanitizer365 WrapperKind getWrapperKind(Function *F);613 DataFlowSanitizer::WrapperKind DataFlowSanitizer::getWrapperKind(Function *F) { in getWrapperKind()
16983 unsigned WrapperKind = X86ISD::Wrapper; in LowerToTLSLocalDynamicModel() local16987 SDValue Offset = DAG.getNode(WrapperKind, dl, PtrVT, TGA); in LowerToTLSLocalDynamicModel()17010 unsigned WrapperKind = X86ISD::Wrapper; in LowerToTLSExecModel() local17016 WrapperKind = X86ISD::WrapperRIP; in LowerToTLSExecModel()17030 SDValue Offset = DAG.getNode(WrapperKind, dl, PtrVT, TGA); in LowerToTLSExecModel()17081 unsigned WrapperKind = Subtarget.isPICStyleRIPRel() ? in LowerGlobalTLSAddress() local17095 SDValue Offset = DAG.getNode(WrapperKind, DL, PtrVT, Result); in LowerGlobalTLSAddress()