Emit              162 courgette/assembly_program.cc   return Emit(new(std::nothrow) PeRelocsInstruction());
Emit              166 courgette/assembly_program.cc   return Emit(new(std::nothrow) ElfRelocsInstruction());
Emit              170 courgette/assembly_program.cc   return Emit(new(std::nothrow) ElfARMRelocsInstruction());
Emit              174 courgette/assembly_program.cc   return Emit(new(std::nothrow) OriginInstruction(rva));
Emit              178 courgette/assembly_program.cc   return Emit(GetByteInstruction(byte));
Emit              183 courgette/assembly_program.cc   return Emit(new(std::nothrow) BytesInstruction(values, len));
Emit              187 courgette/assembly_program.cc   return Emit(new(std::nothrow) InstructionWithLabel(REL32, label));
Emit              192 courgette/assembly_program.cc   return Emit(new(std::nothrow) InstructionWithLabelARM(REL32ARM, op, label,
Emit              197 courgette/assembly_program.cc   return Emit(new(std::nothrow) InstructionWithLabel(ABS32, label));
Emit              138 courgette/assembly_program.h   CheckBool Emit(Instruction* instruction) WARN_UNUSED_RESULT;
Emit              113 media/formats/mp2t/ts_section_pes.cc       parse_result = Emit(true);
Emit              127 media/formats/mp2t/ts_section_pes.cc   return (parse_result && Emit(false));
Emit              133 media/formats/mp2t/ts_section_pes.cc   Emit(true);
Emit               35 media/formats/mp2t/ts_section_pes.h   bool Emit(bool emit_for_unknown_size);