Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp656 std::vector<LoadableData> loadables; in GetLoadableData() local
659 return loadables; in GetLoadableData()
676 loadables.push_back(loadable); in GetLoadableData()
678 return loadables; in GetLoadableData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3463 std::vector<LoadableData> loadables; in GetLoadableData() local
3477 loadables.push_back(loadable); in GetLoadableData()
3479 return loadables; in GetLoadableData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp2867 std::vector<ObjectFile::LoadableData> loadables( in DoExecute() local
2869 if (loadables.size() == 0) { in DoExecute()
2873 Status error = process->WriteObjectFile(std::move(loadables)); in DoExecute()