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

/freebsd-13-stable/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp655 std::vector<LoadableData> loadables; local
658 return loadables;
675 loadables.push_back(loadable);
677 return loadables;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2809 std::vector<ObjectFile::LoadableData> loadables(
2811 if (loadables.size() == 0) {
2815 Status error = process->WriteObjectFile(std::move(loadables));
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3385 std::vector<LoadableData> loadables; local
3399 loadables.push_back(loadable);
3401 return loadables;

Completed in 169 milliseconds