Searched refs:MAIN_ID (Results 1 – 2 of 2) sorted by relevance
1939 constexpr FunctionID MAIN_ID = 0xF0000000; in analyzeLimits() local1967 functions[MAIN_ID] = FunctionInfo(); in analyzeLimits()1968 functions[MAIN_ID].reachable = true; in analyzeLimits()1973 FunctionID currentFunc = MAIN_ID; in analyzeLimits()1983 …ASSERT(id != MAIN_ID); // If this fires, we're going to have to represent main with something else. in analyzeLimits()2000 currentFunc = MAIN_ID; in analyzeLimits()2119 limits = traverse(MAIN_ID); in analyzeLimits()
57 CHECK: [[MAIN_ID:[^ ]*]] | LF_FUNC_ID [size = 20]