Home
last modified time | relevance | path

Searched defs:labelType (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/x86_64/
Delf_assembler.cpp596 LabelType labelType = label->GetLabelType(); in CanEncodeLabel() local
724 LabelType labelType = label.GetLabelType(); in AppendRela() local
832 LabelType labelType = label->GetLabelType(); in HandleTextSectionFixup() local
875 LabelType labelType = label->GetLabelType(); in HandleDataSectionFixup() local
929 LabelType labelType = label->GetLabelType(); in HandleRodataSectionFixup() local
1281 LabelType labelType = label->GetLabelType(); in HandleDebugInfoSectionFixup() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Doperand.h279 LabelType labelType; /* target label type */ variable