Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DObjectFile.h91 struct LoadableData { struct
762 virtual std::vector<LoadableData> GetLoadableData(Target &target);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DObjectFile.cpp654 std::vector<ObjectFile::LoadableData>
656 std::vector<LoadableData> loadables; in GetLoadableData()
663 LoadableData loadable; in GetLoadableData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.h160 std::vector<LoadableData>
H A DObjectFileELF.cpp3459 std::vector<ObjectFile::LoadableData>
3463 std::vector<LoadableData> loadables; in GetLoadableData()
3466 LoadableData loadable; in GetLoadableData()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DProcessGDBRemote.h150 WriteObjectFile(std::vector<ObjectFile::LoadableData> entries) override;
H A DProcessGDBRemote.cpp2826 std::vector<ObjectFile::LoadableData> entries) { in WriteObjectFile()
2832 [](const ObjectFile::LoadableData a, const ObjectFile::LoadableData b) { in WriteObjectFile()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h1969 virtual Status WriteObjectFile(std::vector<ObjectFile::LoadableData> entries);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectTarget.cpp2867 std::vector<ObjectFile::LoadableData> loadables( in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp2527 Status Process::WriteObjectFile(std::vector<ObjectFile::LoadableData> entries) { in WriteObjectFile()