Home
last modified time | relevance | path

Searched refs:LoadableData (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h95 struct LoadableData { struct
740 virtual std::vector<LoadableData> GetLoadableData(Target &target);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp673 std::vector<ObjectFile::LoadableData>
675 std::vector<LoadableData> loadables; in GetLoadableData()
682 LoadableData loadable; in GetLoadableData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h160 std::vector<LoadableData>
H A DObjectFileELF.cpp3786 std::vector<ObjectFile::LoadableData>
3790 std::vector<LoadableData> loadables; in GetLoadableData()
3793 LoadableData loadable; in GetLoadableData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h141 WriteObjectFile(std::vector<ObjectFile::LoadableData> entries) override;
H A DProcessGDBRemote.cpp2765 std::vector<ObjectFile::LoadableData> entries) { in WriteObjectFile()
2769 llvm::stable_sort(entries, [](const ObjectFile::LoadableData a, in WriteObjectFile()
2770 const ObjectFile::LoadableData b) { in WriteObjectFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1809 virtual Status WriteObjectFile(std::vector<ObjectFile::LoadableData> entries);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3054 std::vector<ObjectFile::LoadableData> loadables( in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2413 Status Process::WriteObjectFile(std::vector<ObjectFile::LoadableData> entries) { in WriteObjectFile()