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.cpp637 std::vector<LoadableData> loadables; in GetLoadableData() local
640 return loadables; in GetLoadableData()
657 loadables.push_back(loadable); in GetLoadableData()
659 return loadables; in GetLoadableData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3682 std::vector<LoadableData> loadables; in GetLoadableData() local
3696 loadables.push_back(loadable); in GetLoadableData()
3698 return loadables; in GetLoadableData()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3026 std::vector<ObjectFile::LoadableData> loadables( in DoExecute() local
3028 if (loadables.size() == 0) { in DoExecute()
3032 Status error = process->WriteObjectFile(std::move(loadables)); in DoExecute()