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.cpp595 LabelType labelType = label->GetLabelType(); in CanEncodeLabel() local
723 LabelType labelType = label.GetLabelType(); in AppendRela() local
831 LabelType labelType = label->GetLabelType(); in HandleTextSectionFixup() local
874 LabelType labelType = label->GetLabelType(); in HandleDataSectionFixup() local
928 LabelType labelType = label->GetLabelType(); in HandleRodataSectionFixup() local
1280 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