Searched refs:MakeItemsForSingleProgram (Results 1 – 2 of 2) sorted by relevance
| /arkcompiler/runtime_core/assembler/ |
| D | assembly-emitter.h | 149 static bool MakeItemsForSingleProgram(panda_file::ItemContainer *items, const Program &program,
|
| D | assembly-emitter.cpp | 1278 bool AsmEmitter::MakeItemsForSingleProgram(ItemContainer *items, const Program &program, bool emit_… in MakeItemsForSingleProgram() function in panda::pandasm::AsmEmitter 1342 if (!MakeItemsForSingleProgram(&items, *prog, emit_debug_info, entities, primitive_types)) { in EmitPrograms() 1382 if (!MakeItemsForSingleProgram(items, program, emit_debug_info, entities, primitive_types)) { in Emit()
|