Searched refs:IsMain (Results 1 – 3 of 3) sorted by relevance
207 bool IsMain = (Fpm == MainFpm); in explainPdbFpmBlockOffset() local208 P.formatLine("Address is in FPM{0} ({1} FPM)", Fpm, IsMain ? "Main" : "Alt"); in explainPdbFpmBlockOffset()
1945 bool IsMain, bool IsLast = false) { in makeStmtName() argument1947 if (!IsMain) { in makeStmtName()2167 bool IsMain = (MainInst ? MainLeader == Instructions.first : Count == 0); in buildEqivClassBlockStmts() local2169 std::string Name = makeStmtName(BB, BBIdx, Count, IsMain); in buildEqivClassBlockStmts()
3489 TEST_P(ASTMatchersTest, IsMain) { in TEST_P() argument