Home
last modified time | relevance | path

Searched defs:symAttr (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Delf_assembler.cpp50 … ElfAssembler::EmitVariable(int64 symIdx, uint64 sizeInByte, uint8 alignInByte, SymbolAttr symAttr, in EmitVariable()
96 …ssembler::EmitBssSectionVar(int64 symIdx, uint64 sizeInByte, uint8 alignInByte, SymbolAttr symAttr) in EmitBssSectionVar()
291 void ElfAssembler::PostEmitVariable(int64 symIdx, SymbolAttr symAttr, uint64 sizeInByte, bool belon… in PostEmitVariable()
Dasm_assembler.cpp86 void AsmAssembler::PostEmitVariable(int64 symIdx, SymbolAttr symAttr, uint64 sizeInByte, bool belon… in PostEmitVariable()
112 … AsmAssembler::EmitVariable(int64 symIdx, uint64 sizeInByte, uint8 alignInByte, SymbolAttr symAttr, in EmitVariable()
Dx64_emitter.cpp2144 SymbolAttr symAttr = kSAGlobal; in EmitGlobalVariable() local