Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/static_linker/tests/
Dlinker_test.cpp283 struct StripOptions { struct
284 bool stripUnused = false;
285 std::optional<std::string> stripUnusedSkiplist;
286 bool IsEmpty() const in IsEmpty()