Searched refs:Link (Results 1 - 9 of 9) sorted by relevance
/arkcompiler/runtime_core/static_core/static_linker/ |
H A D | linker.h | 58 Result Link(const Config &conf, const std::string &output, const std::vector<std::string> &input);
|
H A D | link.cpp | 87 auto res = ark::static_linker::Link(conf, options.GetOutput(), files); in main()
|
/arkcompiler/runtime_core/static_core/static_linker/tests/ |
H A D | linker_test.cpp | 46 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 D | dominators_tree.h | 137 void Link(BasicBlock *parent, BasicBlock *block) in Link() function in panda::compiler::DominatorsTree
|
H A D | dominators_tree.cpp | 78 Link(parent, block); in ComputeImmediateDominators()
|
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/ |
H A D | dominators_tree.h | 135 void Link(BasicBlock *parent, BasicBlock *block) in Link() function in ark::compiler::DominatorsTree
|
H A D | dominators_tree.cpp | 79 Link(parent, block); in ComputeImmediateDominators()
|
/arkcompiler/ets_runtime/ecmascript/compiler/ |
H A D | binary_section.h | 145 int Link() const in Link() function in panda::ecmascript::ElfSection
|
/arkcompiler/ets_runtime/ecmascript/compiler/aot_file/ |
H A D | elf_builder.cpp | 519 [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