Home
last modified time | relevance | path

Searched refs:Link (Results 1 - 9 of 9) sorted by relevance

/arkcompiler/runtime_core/static_core/static_linker/
H A Dlinker.h58 Result Link(const Config &conf, const std::string &output, const std::vector<std::string> &input);
H A Dlink.cpp87 auto res = ark::static_linker::Link(conf, options.GetOutput(), files); in main()
/arkcompiler/runtime_core/static_core/static_linker/tests/
H A Dlinker_test.cpp46 using ark::static_linker::Link;
163 auto linkRes = Link(conf, out, {pathPrefix + path + ".abc"}); in TestSingle()
206 auto linkRes = Link(conf, out, files); in PerformTest()
421 auto res = Link(DefaultConfig(), "data/multi/ForeignBase.linked.abc", {basePath, dervPath}); in TEST()
/arkcompiler/runtime_core/compiler/optimizer/analysis/
H A Ddominators_tree.h137 void Link(BasicBlock *parent, BasicBlock *block) in Link() function in panda::compiler::DominatorsTree
H A Ddominators_tree.cpp78 Link(parent, block); in ComputeImmediateDominators()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Ddominators_tree.h135 void Link(BasicBlock *parent, BasicBlock *block) in Link() function in ark::compiler::DominatorsTree
H A Ddominators_tree.cpp79 Link(parent, block); in ComputeImmediateDominators()
/arkcompiler/ets_runtime/ecmascript/compiler/
H A Dbinary_section.h145 int Link() const in Link() function in panda::ecmascript::ElfSection
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/
H A Delf_builder.cpp519 [Nr] Name Type Address Offset Size EntSize Flags Link Info Align
531 [Nr] Name Type Address Offset Size EntSize Flags Link Info Align
585 curShdr.sh_link = static_cast<uint32_t>(section.Link()); in PackELFSections()

Completed in 6 milliseconds