Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp621 std::vector<LoadableData> loadables; in GetLoadableData() local
624 return loadables; in GetLoadableData()
641 loadables.push_back(loadable); in GetLoadableData()
643 return loadables; in GetLoadableData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3412 std::vector<LoadableData> loadables; in GetLoadableData() local
3426 loadables.push_back(loadable); in GetLoadableData()
3428 return loadables; in GetLoadableData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2755 std::vector<ObjectFile::LoadableData> loadables( in DoExecute() local
2757 if (loadables.size() == 0) { in DoExecute()
2761 Status error = process->WriteObjectFile(std::move(loadables)); in DoExecute()