Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Dx64_emitter.cpp99 uint8 alignInByte = mirSymbol.GetAttrs().GetAlignValue(); in GetSymbolAlign() local
2021 uint8 alignInByte = GetSymbolAlign(*symbol); in EmitLocalVariable() local
2091 uint8 alignInByte = GetSymbolAlign(*mirSymbol); in EmitGlobalVariable() local
Delf_assembler.cpp50 void ElfAssembler::EmitVariable(int64 symIdx, uint64 sizeInByte, uint8 alignInByte, SymbolAttr symA… in EmitVariable()
96 void ElfAssembler::EmitBssSectionVar(int64 symIdx, uint64 sizeInByte, uint8 alignInByte, SymbolAttr… in EmitBssSectionVar()
Dasm_assembler.cpp112 void AsmAssembler::EmitVariable(int64 symIdx, uint64 sizeInByte, uint8 alignInByte, SymbolAttr symA… in EmitVariable()