Home
last modified time | relevance | path

Searched refs:buildLibrary (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/functionalities/plugins/command_plugin/
H A DTestPluginCommands.py36 self.buildLibrary("plugin.cpp", plugin_name)
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbtest.py1500 def buildLibrary(self, sources, lib_name): member in Base