Searched refs:EmitDirectString (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/ |
| D | assembler.h | 115 …virtual void EmitDirectString(const std::string &ustr, bool belongsToDataSec = true, int64 strSymI…
|
| D | asm_assembler.h | 56 …void EmitDirectString(const std::string &ustr, bool belongsToDataSec, int64 strSymIdx, bool emitAs…
|
| D | elf_assembler.h | 50 …void EmitDirectString(const std::string &ustr, bool belongsToDataSec, int64 strSymIdx, bool emitAs…
|
| /arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/ |
| D | asm_assembler.cpp | 142 void AsmAssembler::EmitDirectString(const std::string &ustr, bool belongsToDataSec, int64 strSymIdx… in EmitDirectString() function in assembler::AsmAssembler
|
| D | x64_emitter.cpp | 1877 assmbler.EmitDirectString(ustr, belongsToDataSec); in EmitSingleElement() 2051 assmbler.EmitDirectString(ustr, true, strSymIdx); in EmitStringPointers()
|
| D | elf_assembler.cpp | 187 void ElfAssembler::EmitDirectString(const std::string &str, bool belongsToDataSec, int64 strSymIdx,… in EmitDirectString() function in assembler::ElfAssembler
|