Searched refs:InfoType (Results 1 – 6 of 6) sorted by relevance
22 enum InfoType : uint32_t { enum75 case InfoType::EndOfList: in decode()79 case InfoType::LineTableInfo: in decode()86 case InfoType::InlineInfo: in decode()93 case InfoType::MergedFunctionsInfo: in decode()101 case InfoType::CallSiteInfo: in decode()161 Out.writeU32(InfoType::LineTableInfo); in encode()179 Out.writeU32(InfoType::InlineInfo); in encode()197 Out.writeU32(InfoType::MergedFunctionsInfo); in encode()216 Out.writeU32(InfoType::CallSiteInfo); in encode()[all …]
294 } InfoType = IT_None; member in clang::consumed::PropagationInfo314 : InfoType(IT_VarTest), VarTest(VarTest) {} in PropagationInfo()317 : InfoType(IT_VarTest) { in PropagationInfo()324 : InfoType(IT_BinTest) { in PropagationInfo()334 : InfoType(IT_BinTest) { in PropagationInfo()344 : InfoType(IT_State), State(State) {} in PropagationInfo()345 PropagationInfo(const VarDecl *Var) : InfoType(IT_Var), Var(Var) {} in PropagationInfo()347 : InfoType(IT_Tmp), Tmp(Tmp) {} in PropagationInfo()350 assert(InfoType == IT_State); in getState()355 assert(InfoType == IT_VarTest); in getVarTest()[all …]
202 enum InfoType { enum223 enum InfoType info_type = eInfoTypeNoArgs;226 enum InfoType GetInfoType() const { return info_type; } in GetInfoType()
281 typedef Info InfoType; typedef
1041 typename HashTableImpl::InfoType(HashType, Version))); in InstrProfReaderIndex()
260 Set InfoType name to use for requesting specific info in B<genm>,