Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp675 std::vector<LoadableData> loadables; in GetLoadableData() local
678 return loadables; in GetLoadableData()
694 loadables.push_back(loadable); in GetLoadableData()
696 return loadables; in GetLoadableData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3790 std::vector<LoadableData> loadables; in GetLoadableData() local
3804 loadables.push_back(loadable); in GetLoadableData()
3806 return loadables; in GetLoadableData()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3054 std::vector<ObjectFile::LoadableData> loadables( in DoExecute() local
3056 if (loadables.size() == 0) { in DoExecute()
3060 Status error = process->WriteObjectFile(std::move(loadables)); in DoExecute()