Home
last modified time | relevance | path

Searched refs:FindCompileUnits (Results 1 – 5 of 5) sorted by relevance

/trueos/contrib/llvm/tools/lldb/include/lldb/Core/
HDModuleList.h257 FindCompileUnits (const FileSpec &path,
HDModule.h284 FindCompileUnits (const FileSpec &path,
/trueos/contrib/llvm/tools/lldb/source/Core/
HDModuleList.cpp464 ModuleList::FindCompileUnits (const FileSpec &path, in FindCompileUnits() function in ModuleList
475 (*pos)->FindCompileUnits (path, true, sc_list); in FindCompileUnits()
HDModule.cpp641 Module::FindCompileUnits (const FileSpec &path, in FindCompileUnits() function in Module
/trueos/contrib/llvm/tools/lldb/source/Commands/
HDCommandObjectTarget.cpp966 … module_sp->FindCompileUnits(compile_units.GetFileSpecAtIndex(cu_idx), append, sc_list); in DoExecute()
987 … target->GetImages().FindCompileUnits(compile_units.GetFileSpecAtIndex(cu_idx), append, sc_list); in DoExecute()