Searched refs:InfoType (Results 1 – 5 of 5) sorted by relevance
21 enum InfoType : uint32_t { enum71 case InfoType::EndOfList: in decode()75 case InfoType::LineTableInfo: in decode()82 case InfoType::InlineInfo: in decode()113 O.writeU32(InfoType::LineTableInfo); in encode()131 O.writeU32(InfoType::InlineInfo); in encode()148 O.writeU32(InfoType::EndOfList); in encode()198 case InfoType::EndOfList: in lookup()202 case InfoType::LineTableInfo: in lookup()209 case InfoType::InlineInfo: in lookup()
301 } InfoType = IT_None; member in clang::consumed::PropagationInfo324 : InfoType(IT_VarTest) { in PropagationInfo()331 : InfoType(IT_BinTest) { in PropagationInfo()341 : InfoType(IT_BinTest) { in PropagationInfo()357 assert(InfoType == IT_State); in getState()377 assert(InfoType == IT_Var); in getVar()382 assert(InfoType == IT_Tmp); in getTmp()417 return InfoType == IT_VarTest || InfoType == IT_BinTest; in isTest()421 return InfoType == IT_Var || InfoType == IT_Tmp; in isPointerToValue()425 assert(InfoType == IT_VarTest || InfoType == IT_BinTest); in invertTest()[all …]
167 enum InfoType { enum182 } InfoType; variable186 enum InfoType info_type = eInfoTypeNoArgs;
282 typedef Info InfoType; typedef
654 typename HashTableImpl::InfoType(HashType, Version))); in InstrProfReaderIndex()