Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h105 struct LoadableData { struct
674 virtual std::vector<LoadableData> GetLoadableData(Target &target);
/freebsd-13.1/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp619 std::vector<ObjectFile::LoadableData>
621 std::vector<LoadableData> loadables; in GetLoadableData()
628 LoadableData loadable; in GetLoadableData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h159 std::vector<LoadableData>
H A DObjectFileELF.cpp3408 std::vector<ObjectFile::LoadableData>
3412 std::vector<LoadableData> loadables; in GetLoadableData()
3415 LoadableData loadable; in GetLoadableData()
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h140 WriteObjectFile(std::vector<ObjectFile::LoadableData> entries) override;
H A DProcessGDBRemote.cpp2807 std::vector<ObjectFile::LoadableData> entries) { in WriteObjectFile()
2813 [](const ObjectFile::LoadableData a, const ObjectFile::LoadableData b) { in WriteObjectFile()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1660 virtual Status WriteObjectFile(std::vector<ObjectFile::LoadableData> entries);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp2755 std::vector<ObjectFile::LoadableData> loadables( in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2266 Status Process::WriteObjectFile(std::vector<ObjectFile::LoadableData> entries) { in WriteObjectFile()