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.h89 struct LoadableData { struct
714 virtual std::vector<LoadableData> GetLoadableData(Target &target);
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DObjectFile.cpp635 std::vector<ObjectFile::LoadableData>
637 std::vector<LoadableData> loadables; in GetLoadableData()
644 LoadableData loadable; in GetLoadableData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h160 std::vector<LoadableData>
H A DObjectFileELF.cpp3678 std::vector<ObjectFile::LoadableData>
3682 std::vector<LoadableData> loadables; in GetLoadableData()
3685 LoadableData loadable; in GetLoadableData()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h142 WriteObjectFile(std::vector<ObjectFile::LoadableData> entries) override;
H A DProcessGDBRemote.cpp2655 std::vector<ObjectFile::LoadableData> entries) { in WriteObjectFile()
2661 [](const ObjectFile::LoadableData a, const ObjectFile::LoadableData b) { in WriteObjectFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DProcess.h1766 virtual Status WriteObjectFile(std::vector<ObjectFile::LoadableData> entries);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp3026 std::vector<ObjectFile::LoadableData> loadables( in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DProcess.cpp2422 Status Process::WriteObjectFile(std::vector<ObjectFile::LoadableData> entries) { in WriteObjectFile()