Home
last modified time | relevance | path

Searched defs:function_kind (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/abc2program/
Ddump_utils.cpp63 std::string PandasmDumperUtils::GetFunctionKindString(panda_file::FunctionKind function_kind) in GetFunctionKindString()
/arkcompiler/ets_frontend/merge_abc/protos/
DassemblyFunction.proto77 uint32 function_kind = 17; field
/arkcompiler/runtime_core/assembler/
Dassembly-function.h88 panda::panda_file::FunctionKind function_kind = panda::panda_file::FunctionKind::NONE; member
/arkcompiler/runtime_core/abc2program/tests/cpp_sources/
Dhello_world_test.cpp378 panda_file::FunctionKind function_kind = function.function_kind; variable