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.cpp25 uint8 alignInByte = mirSymbol.GetAttrs().GetAlignValue(); in GetSymbolAlign() local
1853 uint8 alignInByte = GetSymbolAlign(*symbol); in EmitLocalVariable() local
1922 uint8 alignInByte = GetSymbolAlign(*mirSymbol); in EmitGlobalVariable() local
Delf_assembler.cpp49 void ElfAssembler::EmitVariable(int64 symIdx, uint64 sizeInByte, uint8 alignInByte, SymbolAttr symA… in EmitVariable()
95 void ElfAssembler::EmitBssSectionVar(int64 symIdx, uint64 sizeInByte, uint8 alignInByte, SymbolAttr… in EmitBssSectionVar()
Dasm_assembler.cpp110 void AsmAssembler::EmitVariable(int64 symIdx, uint64 sizeInByte, uint8 alignInByte, SymbolAttr symA… in EmitVariable()