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
723 LabelType labelType = label.GetLabelType(); in AppendRela() local
834 LabelType labelType = label->GetLabelType(); in HandleTextSectionFixup() local
877 LabelType labelType = label->GetLabelType(); in HandleDataSectionFixup() local
931 LabelType labelType = label->GetLabelType(); in HandleRodataSectionFixup() local
1253 LabelType labelType = label->GetLabelType(); in HandleDebugInfoSectionFixup() local
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/x86_64/assembler/
Doperand.h278 LabelType labelType; /* target label type */ variable