Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Core/
HDDynamicLoader.cpp93 } else if (executable->FileHasChanged()) { in GetTargetExecutable()
HDModule.cpp1069 bool Module::FileHasChanged() const { in FileHasChanged() function in Module
1108 if (FileHasChanged()) { in ReportErrorIfModifyDetected()
HDModuleList.cpp823 if (module_sp->FileHasChanged()) { in GetSharedModule()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Core/
HDModule.h821 bool FileHasChanged() const;
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/DynamicLoader/Hexagon-DYLD/
HDDynamicLoaderHexagonDYLD.cpp187 } else if (executable->FileHasChanged()) in GetTargetExecutable()
/freebsd-14-stable/contrib/llvm-project/lldb/source/Target/
HDTarget.cpp1753 return module.FileHasChanged() && in ModulesDidUnload()