Home
last modified time | relevance | path

Searched defs:section (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/verification/config/process/
Dconfig_process.cpp29 bool ProcessConfigSection(const Section &section, const panda::PandaString &path = "") in ProcessConfigSection()
/arkcompiler/runtime_core/verification/config/handlers/
Dconfig_handler_method_options.cpp120 static const auto PROCESS_METHOD_OPTIONS = [](const Section &section) { in MethodOptionsProcessor()
182 static const auto CONFIG_DEBUG_METHOD_OPTIONS_VERIFIER = [](const Section &section) { in RegisterConfigHandlerMethodOptions()
Dconfig_handler_options.cpp65 static const auto CONFIG_DEBUG_OPTIONS_VERIFIER = [](const Section &section) { in RegisterConfigHandlerOptions()
Dconfig_handler_whitelist.cpp62 static const auto CONFIG_DEBUG_WHITELIST_VERIFIER = [](const Section &section) { in RegisterConfigHandlerWhitelist()
Dconfig_handler_method_groups.cpp45 static const auto CONFIG_DEBUG_METHOD_GROUPS_VERIFIER_OPTIONS = [](const Section &section) { in RegisterConfigHandlerMethodGroups()
/arkcompiler/runtime_core/compiler/aot/aot_builder/
Delf_builder.h298 void AddSection(Section *section) in AddSection()
384 for (auto section : sections_) { in HackAddressesForJit() local
519 …uilder<arch, is_jit_mode>::AddSymbol(const std::string &name, ElfWord size, const Section &section, in AddSymbol()
603 for (auto section : sections_) { in Build() local
784 void ElfBuilder<arch, is_jit_mode>::SettleSection(Section *section) in SettleSection()
837 for (auto section : sections_) { in Write() local
849 for (auto section : sections_) { in Write() local
/arkcompiler/runtime_core/verification/config/debug_breakpoint/
Dconfig_handler_breakpoints.cpp95 static const auto CONFIG_DEBUG_BREAKPOINTS = [](const Section &section) { in RegisterConfigHandlerBreakpoints()