Searched refs:objEmitter (Results 1 - 3 of 3) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/ |
H A D | ifile.cpp | 23 Section::Section(std::string secName, Word type, Word flags, uint32 align, ObjEmitter &objEmitter, MemPool &memPool) in Section() argument 24 : emitter(objEmitter), name(secName, &memPool) in Section()
|
H A D | cg_phasemanager.cpp | 261 Emitter *objEmitter = nullptr; in CreateCGAndBeCommon() local 273 objEmitter = t->createDecoupledEmitter(*cg, *objAssembler); in CreateCGAndBeCommon() 279 objEmitter = m.GetMemPool()->New<AArch64ObjEmitter>(*cg, outputFileName); in CreateCGAndBeCommon() 283 CHECK_FATAL(objEmitter, "you may not register emitter"); in CreateCGAndBeCommon() 284 cg->SetObjEmitter(*objEmitter); in CreateCGAndBeCommon()
|
H A D | emit.cpp | 2867 auto objEmitter = static_cast<AArch64ObjEmitter *>(emitter); in EmitAsmLabel() 2868 FuncEmitInfo &funcEmitInfo = objEmitter->CreateFuncEmitInfo(f); in EmitAsmLabel() 2869 objEmitter->Run(funcEmitInfo); in EmitAsmLabel()
|
Completed in 9 milliseconds