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.cpp93 } else if (executable->FileHasChanged()) { in GetTargetExecutable()
H A DModule.cpp1069 bool Module::FileHasChanged() const { in FileHasChanged() function in Module
1108 if (FileHasChanged()) { in ReportErrorIfModifyDetected()
H A DModuleList.cpp823 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.cpp1753 return module.FileHasChanged() && in ModulesDidUnload()