Home
last modified time | relevance | path

Searched refs:FileHasChanged (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDynamicLoader.cpp92 } else if (executable->FileHasChanged()) { in GetTargetExecutable()
H A DModule.cpp1067 bool Module::FileHasChanged() const { in FileHasChanged() function in Module
1106 if (FileHasChanged()) { in ReportErrorIfModifyDetected()
H A DModuleList.cpp818 if (module_sp->FileHasChanged()) { in GetSharedModule()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DModule.h821 bool FileHasChanged() const;
/freebsd/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
H A DDynamicLoaderHexagonDYLD.cpp187 } else if (executable->FileHasChanged()) in GetTargetExecutable()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1758 return module.FileHasChanged() && in ModulesDidUnload()