Searched refs:ToIR (Results 1 – 3 of 3) sorted by relevance
18 json_object *(*ToIR)(void *); member
116 ASSERT_NE(section_definitions[i].ToIR, nullptr) << err; in TEST()118 if (section_definitions[i].ToIR != NULL) { in TEST()
352 section_definitions[i].ToIR != NULL) { in cper_section_to_ir()353 section_ir = section_definitions[i].ToIR(section); in cper_section_to_ir()