Home
last modified time | relevance | path

Searched defs:BindLabel (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/
Dasm_printer.cpp21 void PrinterLabelHolder<AssemblyPrinter<aarch32::Aarch32Encoder>>::BindLabel(LabelId id) in BindLabel() function in panda::compiler::PrinterLabelHolder::Aarch32Encoder
44 void PrinterLabelHolder<AssemblyPrinter<aarch64::Aarch64Encoder>>::BindLabel(LabelId id) in BindLabel() function in panda::compiler::PrinterLabelHolder::Aarch64Encoder
66 void PrinterLabelHolder<AssemblyPrinter<amd64::Amd64Encoder>>::BindLabel(LabelId id) in BindLabel() function in panda::compiler::PrinterLabelHolder::Amd64Encoder
/arkcompiler/runtime_core/compiler/optimizer/code_generator/
Dencode.h806 void BindLabel(LabelHolder::LabelId id) in BindLabel() function
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch32/
Dencode.cpp33 void Aarch32LabelHolder::BindLabel(LabelId id) in BindLabel() function in panda::compiler::aarch32::Aarch32LabelHolder
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/amd64/
Dencode.cpp46 void Amd64LabelHolder::BindLabel(LabelId id) in BindLabel() function in panda::compiler::amd64::Amd64LabelHolder
/arkcompiler/runtime_core/compiler/optimizer/code_generator/target/aarch64/
Dencode.cpp47 void Aarch64LabelHolder::BindLabel(LabelId id) in BindLabel() function in panda::compiler::aarch64::Aarch64LabelHolder