Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DObjectFile.h89 struct LoadableData { struct
713 virtual std::vector<LoadableData> GetLoadableData(Target &target);
/freebsd-14.2/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp626 std::vector<ObjectFile::LoadableData>
628 std::vector<LoadableData> loadables; in GetLoadableData()
635 LoadableData loadable; in GetLoadableData()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h160 std::vector<LoadableData>
H A DObjectFileELF.cpp3588 std::vector<ObjectFile::LoadableData>
3592 std::vector<LoadableData> loadables; in GetLoadableData()
3595 LoadableData loadable; in GetLoadableData()
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h142 WriteObjectFile(std::vector<ObjectFile::LoadableData> entries) override;
H A DProcessGDBRemote.cpp2634 std::vector<ObjectFile::LoadableData> entries) { in WriteObjectFile()
2640 [](const ObjectFile::LoadableData a, const ObjectFile::LoadableData b) { in WriteObjectFile()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1741 virtual Status WriteObjectFile(std::vector<ObjectFile::LoadableData> entries);
/freebsd-14.2/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2267 Status Process::WriteObjectFile(std::vector<ObjectFile::LoadableData> entries) { in WriteObjectFile()
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3102 std::vector<ObjectFile::LoadableData> loadables( in DoExecute()