Home
last modified time | relevance | path

Searched refs:is_alias (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/libc/cmake/modules/
H A DLLVMLibCLibraryRules.cmake21 get_target_property(is_alias ${entrypoint_target} "IS_ALIAS")
22 if(is_alias)
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1782 const bool is_alias = !raw_command_line.contains("platform"); in DoExecute() local
1791 is_alias ? "shell" : "platform shell"); in DoExecute()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3338 bool is_alias = GetAliasFullName(next_word, full_name); in ResolveCommandImpl() local
3341 (!is_alias) || (cmd_obj != nullptr && !cmd_obj->IsAlias()); in ResolveCommandImpl()