Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Process/gdb-remote/
DGDBRemoteCommunicationClientTest.cpp171 FileSpec file_specs[] = { in TEST_F() local
183 [&] { return client.GetModulesInfo(file_specs, triple); }); in TEST_F()
/external/llvm-project/lldb/source/Core/
DModule.cpp1518 FileSpecList file_specs = platform_sp->LocateExecutableScriptingResources( in LoadScriptingResourceInTarget() local
1521 const uint32_t num_specs = file_specs.GetSize(); in LoadScriptingResourceInTarget()
1526 FileSpec scripting_fspec(file_specs.GetFileSpecAtIndex(i)); in LoadScriptingResourceInTarget()