Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DObjectFile.cpp626 std::vector<LoadableData> loadables; in GetLoadableData() local
629 return loadables; in GetLoadableData()
646 loadables.push_back(loadable); in GetLoadableData()
648 return loadables; in GetLoadableData()
/openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp3483 std::vector<LoadableData> loadables; in GetLoadableData() local
3497 loadables.push_back(loadable); in GetLoadableData()
3499 return loadables; in GetLoadableData()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectTarget.cpp2813 std::vector<ObjectFile::LoadableData> loadables( in DoExecute() local
2815 if (loadables.size() == 0) { in DoExecute()
2819 Status error = process->WriteObjectFile(std::move(loadables)); in DoExecute()